mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
init: Added :adjust hint
This commit is contained in:
parent
0b5253987f
commit
b0b2b578f7
1 changed files with 2 additions and 1 deletions
|
@ -86,11 +86,13 @@ void initializeEntities (CLI& cli)
|
||||||
cli.entity ("extension", "week");
|
cli.entity ("extension", "week");
|
||||||
|
|
||||||
// Hint entities.
|
// Hint entities.
|
||||||
|
cli.entity ("hint", ":adjust");
|
||||||
cli.entity ("hint", ":blank");
|
cli.entity ("hint", ":blank");
|
||||||
cli.entity ("hint", ":color");
|
cli.entity ("hint", ":color");
|
||||||
cli.entity ("hint", ":day");
|
cli.entity ("hint", ":day");
|
||||||
cli.entity ("hint", ":debug");
|
cli.entity ("hint", ":debug");
|
||||||
cli.entity ("hint", ":fill");
|
cli.entity ("hint", ":fill");
|
||||||
|
cli.entity ("hint", ":ids");
|
||||||
cli.entity ("hint", ":lastweek");
|
cli.entity ("hint", ":lastweek");
|
||||||
cli.entity ("hint", ":month");
|
cli.entity ("hint", ":month");
|
||||||
cli.entity ("hint", ":nocolor");
|
cli.entity ("hint", ":nocolor");
|
||||||
|
@ -100,7 +102,6 @@ void initializeEntities (CLI& cli)
|
||||||
cli.entity ("hint", ":year");
|
cli.entity ("hint", ":year");
|
||||||
cli.entity ("hint", ":yes");
|
cli.entity ("hint", ":yes");
|
||||||
cli.entity ("hint", ":yesterday");
|
cli.entity ("hint", ":yesterday");
|
||||||
cli.entity ("hint", ":ids");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue