Opened at 2025-03-18T16:20:13Z
Last modified at 2025-03-18T16:20:31Z
#4171 new defect
`--version` not allowed on subcommands, nevertheless listed in the online `--help`
Reported by: | hacklschorsch | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | undecided |
Component: | documentation | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
--help is supported in tahoe subcommands to retrieve more detail, like so::
tahoe run --help
This prints a couple of available subcommands and command-options. One of them is::
--version
But executing tahoe run --version results in tahoe printing an error message::
tahoe: --version not allowed on subcommands
The online help shouldn't list commands or options that aren't allowed.
Change History (1)
comment:1 Changed at 2025-03-18T16:20:31Z by hacklschorsch
- Summary changed from `--version` not allowed on subcommands to `--version` not allowed on subcommands, nevertheless listed in the online `--help`
Note: See
TracTickets for help on using
tickets.