quickwit
quickwit copied to clipboard
Truncated subcommands such as `quickwit index` or `quickwit source` should display the subcommand help.
$ quickwit source
Failed to parse command arguments: Failed to parse source subcommand arguments.
Let's display the same output as quickwit source --help
.
Strange, on main it's already displaying the help message without adding --help
.
Not able to reproduce. Most likely happened as I was adding a command to the CLI.