Remove done chessh README stuff, warning issue

This commit is contained in:
Simponic 2023-01-15 17:03:18 -07:00
parent 05606beb7e
commit 4548c7da0c
Signed by untrusted user who does not match committer: simponic
GPG Key ID: 52B3774857EB24B1
2 changed files with 1 additions and 6 deletions

View File

@ -1,6 +1 @@
# CheSSH
Features:
- [X] SSH Key & Password authentication
- [X] Session rate limiting
- [X] Multi-node support

View File

@ -109,7 +109,7 @@ defmodule Chessh.SSH.Client.Menu do
defp render_state(
width,
height,
%State{options: options, selected: selected} = state
%State{options: options, selected: selected}
) do
logo_lines = String.split(@logo, "\n")
{logo_width, logo_height} = Utils.text_dim(@logo)