mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-24 08:56:43 +02:00
Documentation
- Added the version info to the task.1.in man page.
This commit is contained in:
parent
6db7285f70
commit
202959898d
1 changed files with 8 additions and 0 deletions
|
@ -5,6 +5,8 @@ task \- A command line todo manager.
|
||||||
|
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B task <filter> <command> [ <mods> | <args> ]
|
.B task <filter> <command> [ <mods> | <args> ]
|
||||||
|
.br
|
||||||
|
.B task --version
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Taskwarrior is a command line todo list manager. It maintains a list of tasks
|
Taskwarrior is a command line todo list manager. It maintains a list of tasks
|
||||||
|
@ -99,6 +101,12 @@ taskwarrior. The output and sort behavior of these reports can be configured in
|
||||||
the configuration file. See also the man page taskrc(5). There are also other
|
the configuration file. See also the man page taskrc(5). There are also other
|
||||||
read subcommands that are not reports.
|
read subcommands that are not reports.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B task --version
|
||||||
|
This is the only conventional command line argument that Taskwarrior supports,
|
||||||
|
and is intended for add-on scripts to verify the version number of an installed
|
||||||
|
Taskwarrior without invoking the mechanisms that create default files.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B task <filter>
|
.B task <filter>
|
||||||
With no command specified, the default command is run, and the filter applied.
|
With no command specified, the default command is run, and the filter applied.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue