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

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

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

(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 project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

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