Remove done chessh README stuff, warning issue
This commit is contained in:
parent
05606beb7e
commit
4548c7da0c
@ -1,6 +1 @@
|
||||
# CheSSH
|
||||
|
||||
Features:
|
||||
- [X] SSH Key & Password authentication
|
||||
- [X] Session rate limiting
|
||||
- [X] Multi-node support
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user