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:
Thomas Lauf 2023-10-06 16:01:40 +02:00 committed by Thomas Lauf
parent c43342d8ff
commit b6f6457b6c

View file

@ -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");