We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The "usage" section of the help text for all commands doesn't mention the argument(s) required. Example:
$ dbxcli get --help Download a file Usage: dbxcli get [flags]
It should actually say something like this: dbxcli get [flags] source [destination]
dbxcli get [flags] source [destination]
Or this: dbxcli get [flags] <source> [<destination>]
dbxcli get [flags] <source> [<destination>]
This seems to apply to all commands except the ones that don't take any arguments (du and version).
du
version
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The "usage" section of the help text for all commands doesn't mention the argument(s) required. Example:
It should actually say something like this:
dbxcli get [flags] source [destination]
Or this:
dbxcli get [flags] <source> [<destination>]
This seems to apply to all commands except the ones that don't take any arguments (
du
andversion
).The text was updated successfully, but these errors were encountered: