mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdHelp: Added :ids help
This commit is contained in:
parent
0a462d6203
commit
e8b87a04df
1 changed files with 5 additions and 2 deletions
|
@ -73,9 +73,7 @@ int CmdHelpUsage ()
|
||||||
|
|
||||||
// TODO clear
|
// TODO clear
|
||||||
// TODO import
|
// TODO import
|
||||||
// TODO quarter
|
|
||||||
// TODO undo
|
// TODO undo
|
||||||
// TODO year
|
|
||||||
|
|
||||||
// TODO List all extensions.
|
// TODO List all extensions.
|
||||||
|
|
||||||
|
@ -89,6 +87,7 @@ int CmdHelpUsage ()
|
||||||
//
|
//
|
||||||
// TODO Should the CmdXxx functions themselves be responsible for providing both
|
// TODO Should the CmdXxx functions themselves be responsible for providing both
|
||||||
// the command syntax and the help text?
|
// the command syntax and the help text?
|
||||||
|
// A: Only if they are upgraded to objects.
|
||||||
//
|
//
|
||||||
// Strict 80-character limit.
|
// Strict 80-character limit.
|
||||||
// Provide examples where appropriate - enough to cover all uses.
|
// Provide examples where appropriate - enough to cover all uses.
|
||||||
|
@ -283,6 +282,7 @@ int CmdHelp (const CLI& cli)
|
||||||
<< " :blank Leaves tracked time out of a report\n"
|
<< " :blank Leaves tracked time out of a report\n"
|
||||||
<< " :fill Expand time to fill surrounding available gap\n"
|
<< " :fill Expand time to fill surrounding available gap\n"
|
||||||
<< " Only functions when exclusions are provided\n"
|
<< " Only functions when exclusions are provided\n"
|
||||||
|
<< " :ids Displays interval ID numbers in the summary report\n"
|
||||||
<< '\n'
|
<< '\n'
|
||||||
<< "Range hints provide convenient shortcuts to date ranges:\n"
|
<< "Range hints provide convenient shortcuts to date ranges:\n"
|
||||||
<< '\n'
|
<< '\n'
|
||||||
|
@ -424,6 +424,9 @@ int CmdHelp (const CLI& cli)
|
||||||
<< " $ timew summary :week\n"
|
<< " $ timew summary :week\n"
|
||||||
<< " $ timew summary :month\n"
|
<< " $ timew summary :month\n"
|
||||||
<< '\n'
|
<< '\n'
|
||||||
|
<< "The ':ids' hint adds an 'IDS' column to the summary report output, for interval\n"
|
||||||
|
<< "modification.\n"
|
||||||
|
<< '\n'
|
||||||
<< "See also 'day', 'week', 'month'.\n"
|
<< "See also 'day', 'week', 'month'.\n"
|
||||||
<< '\n';
|
<< '\n';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue