mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Sort hints
Mainly alphabetically, but group complementary hints, and put weekday hints at end Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
c43342d8ff
commit
b6f6457b6c
1 changed files with 9 additions and 9 deletions
18
src/init.cpp
18
src/init.cpp
|
@ -88,31 +88,31 @@ void initializeEntities (CLI& cli)
|
|||
cli.entity ("extension", "week");
|
||||
|
||||
// Hint entities.
|
||||
cli.entity ("hint", ":all");
|
||||
cli.entity ("hint", ":adjust");
|
||||
cli.entity ("hint", ":all");
|
||||
cli.entity ("hint", ":annotations");
|
||||
cli.entity ("hint", ":no-annotations");
|
||||
cli.entity ("hint", ":blank");
|
||||
cli.entity ("hint", ":color");
|
||||
cli.entity ("hint", ":nocolor");
|
||||
cli.entity ("hint", ":day");
|
||||
cli.entity ("hint", ":debug");
|
||||
cli.entity ("hint", ":fill");
|
||||
cli.entity ("hint", ":ids");
|
||||
cli.entity ("hint", ":no-ids");
|
||||
cli.entity ("hint", ":tags");
|
||||
cli.entity ("hint", ":no-tags");
|
||||
cli.entity ("hint", ":annotations");
|
||||
cli.entity ("hint", ":no-annotations");
|
||||
cli.entity ("hint", ":fortnight");
|
||||
cli.entity ("hint", ":holidays");
|
||||
cli.entity ("hint", ":no-holidays");
|
||||
cli.entity ("hint", ":ids");
|
||||
cli.entity ("hint", ":no-ids");
|
||||
cli.entity ("hint", ":lastmonth");
|
||||
cli.entity ("hint", ":lastquarter");
|
||||
cli.entity ("hint", ":lastweek");
|
||||
cli.entity ("hint", ":lastyear");
|
||||
cli.entity ("hint", ":month");
|
||||
cli.entity ("hint", ":nocolor");
|
||||
cli.entity ("hint", ":quarter");
|
||||
cli.entity ("hint", ":quiet");
|
||||
cli.entity ("hint", ":tags");
|
||||
cli.entity ("hint", ":no-tags");
|
||||
cli.entity ("hint", ":week");
|
||||
cli.entity ("hint", ":fortnight");
|
||||
cli.entity ("hint", ":year");
|
||||
cli.entity ("hint", ":yes");
|
||||
cli.entity ("hint", ":yesterday");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue