GenesysGo / shadow-drive-cli

Shadow Drive CLI
Apache License 2.0
13 stars 10 forks source link

Shadow CLI --help on a subcommand does not show specific options #25

Open jacksturt opened 9 months ago

jacksturt commented 9 months ago

Appending --help to a subcommand in the CLI (e.g. "410 Gone" error) does not show the specific options for that subcommand, but the top level commands instead. This should show things like the available flags for that subcommand, and proper syntax for the command. See the attached screenshot for example output of shdw-drive upload --help

image