Opened at 2010-06-28T22:11:25Z
Last modified at 2010-06-28T22:11:55Z
#1101 new defect
some CLI commands accept "--verbose", other don't
Reported by: | zooko | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | undecided |
Component: | code-frontend-cli | Version: | 1.7.0 |
Keywords: | usability easy | Cc: | |
Launchpad Bug: |
Description
For example, I can run:
tahoe cp --verbose …
and it works, but then when I run
tahoe mkdir --verbose …
it says:
tahoe: option --verbose not recognized
For consistency, perhaps all commands should accept --verbose even if some of them (currently) don't change their behavior in the presence of it.
Note: See
TracTickets for help on using
tickets.
(Or actually even better would be to make all commands change their behavior to emit progress indicators and other useful tidbits when --verbose.)