some CLI commands accept "--verbose", other don't #1101

Open
opened 2010-06-28 22:11:25 +00:00 by zooko · 1 comment

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.

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.
zooko added the
code-frontend-cli
minor
defect
1.7.0
labels 2010-06-28 22:11:25 +00:00
zooko added this to the undecided milestone 2010-06-28 22:11:25 +00:00
Author

(Or actually even better would be to make all commands change their behavior to emit progress indicators and other useful tidbits when --verbose.)

(Or actually even better would be to make all commands change their behavior to emit progress indicators and other useful tidbits when `--verbose`.)
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: tahoe-lafs/trac-2024-07-25#1101
No description provided.