mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
init: Added :blank hint
This commit is contained in:
parent
dc69e12276
commit
d54bb2dd99
1 changed files with 11 additions and 10 deletions
21
src/init.cpp
21
src/init.cpp
|
@ -83,19 +83,20 @@ void initializeEntities (CLI& cli)
|
|||
cli.entity ("extension", "week");
|
||||
|
||||
// Hint entities.
|
||||
cli.entity ("hint", ":debug");
|
||||
cli.entity ("hint", ":quiet");
|
||||
cli.entity ("hint", ":yesterday");
|
||||
cli.entity ("hint", ":day");
|
||||
cli.entity ("hint", ":week");
|
||||
cli.entity ("hint", ":month");
|
||||
cli.entity ("hint", ":quarter");
|
||||
cli.entity ("hint", ":year");
|
||||
cli.entity ("hint", ":lastweek");
|
||||
cli.entity ("hint", ":fill");
|
||||
cli.entity ("hint", ":blank");
|
||||
cli.entity ("hint", ":color");
|
||||
cli.entity ("hint", ":day");
|
||||
cli.entity ("hint", ":debug");
|
||||
cli.entity ("hint", ":fill");
|
||||
cli.entity ("hint", ":lastweek");
|
||||
cli.entity ("hint", ":month");
|
||||
cli.entity ("hint", ":nocolor");
|
||||
cli.entity ("hint", ":quarter");
|
||||
cli.entity ("hint", ":quiet");
|
||||
cli.entity ("hint", ":week");
|
||||
cli.entity ("hint", ":year");
|
||||
cli.entity ("hint", ":yes");
|
||||
cli.entity ("hint", ":yesterday");
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue