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

--help does not list commands #303

Open
DaDummy opened this issue Feb 5, 2023 · 0 comments
Open

--help does not list commands #303

DaDummy opened this issue Feb 5, 2023 · 0 comments

Comments

@DaDummy
Copy link

DaDummy commented Feb 5, 2023

Issuing s4cmd --help yields Usage: s4cmd [options] and lists a lot of options, but implies that there are only options, no commands:

$ s4cmd --help
Usage: s4cmd [options]

Super S3 command line tool. Version 2.1.0

Options:
...

Still unsurprisingly just running s4cmd with all optional options omitted will yield [Invalid Argument] No command provided so the documentation printed with --help is wrong on that regard:

$ s4cmd
[Invalid Argument] No command provided

This is inconsistent and forces the user to look up the commands on the internet since the man page just reproduces the incomplete/wrong information of the --help option.

In my opinion the --help option and the man page should list all command listed in the README.md, so this tool becomes usable without having to look up the source repository first.

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