- Prevent any verbose information to be printed with the 'ids', 'uuids' and
  helper subcommands.
- Unit tests.
- Precise this behavior in the man pages.
This commit is contained in:
Louis-Claude Canon 2012-05-22 18:01:30 +02:00 committed by Paul Beckingham
parent fe954a6acc
commit 0b1b677aa5
5 changed files with 92 additions and 3 deletions

View file

@ -93,7 +93,8 @@ Taskwarrior supports different kinds of commands. There are read commands,
write commands, miscellaneous commands and script helper commands. Read
commands do not allow modification of tasks. Write commands can alter almost
any aspect of a task. Script helper commands are provided to help you write
add-on scripts, for example, shell completion.
add-on scripts, for example, shell completion (only minimal output is
generated, as with verbose=nothing).
.SH READ SUBCOMMANDS
@ -206,7 +207,8 @@ the priority to H for each of those tasks. This can also be achieved directly:
task project:Home modify priority:H
This command is mainly of use to external scripts.
This command is mainly of use to external scripts. As such, only minimal output
is generated (equivalent to verbose=nothing).
.TP
.B task <filter> uuids
@ -219,7 +221,8 @@ this:
This example first gets the UUIDs for the project:Home and status:completed
filter, then makes each of those tasks pending again.
This command is mainly of use to external scripts.
This command is mainly of use to external scripts. As such, only minimal
output is generated (equivalent to verbose=nothing).
.TP
.B task <filter> information