mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug #411 - projects command only lists those in use by pending tasks
- Fixed bug in man page that doesn't properly state the above (thanks to Dirk Deimeke).
This commit is contained in:
parent
e2b240fd06
commit
bcd5524563
3 changed files with 5 additions and 1 deletions
1
AUTHORS
1
AUTHORS
|
@ -48,4 +48,5 @@ Thanks to the following, who submitted detailed bug reports and excellent sugges
|
||||||
Juergen Daubert
|
Juergen Daubert
|
||||||
Rich Mintz
|
Rich Mintz
|
||||||
Seneca Cunningham
|
Seneca Cunningham
|
||||||
|
Dirk Deimeke
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,8 @@
|
||||||
+ Fixed bug #406 so that task now includes command aliases in the _commands
|
+ Fixed bug #406 so that task now includes command aliases in the _commands
|
||||||
helper command used by shell completion scripts.
|
helper command used by shell completion scripts.
|
||||||
+ Fixed bug #211 - it was unclear which commands modify a task description.
|
+ Fixed bug #211 - it was unclear which commands modify a task description.
|
||||||
|
+ Fixed bug #411, clarifying that the 'projects' command only lists projects
|
||||||
|
for which there are pending tasks (thanks to Dirk Deimeke).
|
||||||
|
|
||||||
------ old releases ------------------------------
|
------ old releases ------------------------------
|
||||||
|
|
||||||
|
|
|
@ -65,7 +65,8 @@ Marks the specified task as done.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B projects
|
.B projects
|
||||||
Lists all project names used, and the number of tasks for each.
|
Lists all project names that are currently used by pending tasks, and the
|
||||||
|
number of tasks for each.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B tags
|
.B tags
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue