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

nano_wallet --help should print the help text to stdout #4681

Open
milahu opened this issue Jul 17, 2024 · 0 comments
Open

nano_wallet --help should print the help text to stdout #4681

milahu opened this issue Jul 17, 2024 · 0 comments

Comments

@milahu
Copy link

milahu commented Jul 17, 2024

Summary

currently nano_wallet --help shows a window with the help text

Command line options:
  --help                                Print out options
  --config arg                          Pass configuration values. This takes 
                                        precedence over any values in the node 
                                        configuration file. This option can be 
                                        repeated multiple times.
  --rpcconfig arg                       Pass RPC configuration values. This 
                                        takes precedence over any values in the
                                        RPC configuration file. This option can
                                        be repeated multiple times.
...

maybe this is done because nano_wallet is a gui app
but usually, gui desktop users will run nano_wallet and look for a help menu in the gui
instead of running nano_wallet --help from the gui desktop

What problem would be solved by this feature?

make the CLI consistent with other tools

Are there any previous requests for this feature?

no

Do you have a suggested solution?

yes

If this feature is approved, would you be willing to submit a pull request with the solution?

I would not

Possible solution

print the help text to stdout

Supporting files

No response

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

No branches or pull requests

1 participant