mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Docs: Removed useless grammar
This commit is contained in:
parent
51cf2868f0
commit
e7a651763e
2 changed files with 12 additions and 1 deletions
|
@ -15,7 +15,6 @@ The CLI shall have a well-defined and unambiguous grammar.
|
|||
timew define week <day>[- <day>] [, <day>] ...
|
||||
timew define day [<day>] start|end <time>
|
||||
|
||||
timew define tag <tag>
|
||||
timew define tag <tag> description <string>
|
||||
timew define tag <tag> start|end <date>
|
||||
timew define tag <tag> budget <number> <units> per <unit>
|
||||
|
|
|
@ -29,6 +29,18 @@
|
|||
#include <iostream>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// timew define holidays <locale>|none
|
||||
// timew define holidays [work] <date>
|
||||
// timew define week <day>[- <day>] [, <day>] ...
|
||||
// timew define day [<day>] start|end <time>
|
||||
//
|
||||
// timew define tag <tag> description <string>
|
||||
// timew define tag <tag> start|end <date>
|
||||
// timew define tag <tag> budget <number> <units> per <unit>
|
||||
// timew define tag <tag> budget <number> <units> total
|
||||
// timew define tag <tag> overlap
|
||||
// timew define tag <tag> color <color>
|
||||
//
|
||||
int CmdDefine (
|
||||
const std::vector <std::string>& args,
|
||||
Rules& rules,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue