mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
init: Added :day hint
This commit is contained in:
parent
6f57261517
commit
f9d7c97410
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ void initializeEntities (CLI& cli)
|
||||||
// Hint entities.
|
// Hint entities.
|
||||||
cli.entity ("hint", ":debug");
|
cli.entity ("hint", ":debug");
|
||||||
cli.entity ("hint", ":quiet");
|
cli.entity ("hint", ":quiet");
|
||||||
|
cli.entity ("hint", ":day");
|
||||||
cli.entity ("hint", ":week");
|
cli.entity ("hint", ":week");
|
||||||
cli.entity ("hint", ":month");
|
cli.entity ("hint", ":month");
|
||||||
cli.entity ("hint", ":quarter");
|
cli.entity ("hint", ":quarter");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue