trezor-agent
trezor-agent copied to clipboard
Re-design SSH CLI
Some ideas (following #204):
- use click instead of argparse.
- use subcommands, instead of multiple flags/switches (e.g.
trezor-agent {export,shell,connect}
). - rename SSH-related tool to
trezor-ssh
(fromtrezor-agent
).
Any progress on this?
No, unfortunately there was none. PRs are welcome :)