Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simplify output of running ./dcrcli without a command #53

Closed
raedah opened this issue Dec 12, 2018 · 0 comments · Fixed by #66
Closed

simplify output of running ./dcrcli without a command #53

raedah opened this issue Dec 12, 2018 · 0 comments · Fixed by #66

Comments

@raedah
Copy link
Member

raedah commented Dec 12, 2018

Current output is

$ ./dcrcli
Usage:
  dcrcli [OPTIONS] <command> [<args...>]

Available commands:

     balance | show your balance
        send | send a transaction
 send-custom | send a transaction, manually selecting inputs from unspent outputs
     receive | show your address to receive funds

This can be simplified to.

$ ./dcrcli
available cmds:  balance, send, receive
experimental:  sendcustom

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant