You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a demonstration of current CLI behavior, issue the command: lsi -s [filter]. When the user attempts to specify the SSH identify file argument by typing "i [path to keyfile]" at the prompt, neither the tab-completion nor the history features are available.
These could potentially be implemented with the Python readline and rlcompleter modules.
The text was updated successfully, but these errors were encountered:
For a demonstration of current CLI behavior, issue the command:
lsi -s [filter]
. When the user attempts to specify the SSH identify file argument by typing "i [path to keyfile]" at the prompt, neither the tab-completion nor the history features are available.These could potentially be implemented with the Python
readline
andrlcompleter
modules.The text was updated successfully, but these errors were encountered: