init: Added :lastweek hint

This commit is contained in:
Paul Beckingham 2016-05-01 16:13:06 -04:00
parent b5cf680730
commit 0569071a5d
3 changed files with 20 additions and 7 deletions

View file

@ -91,6 +91,7 @@ void initializeEntities (CLI& cli)
cli.entity ("hint", ":month");
cli.entity ("hint", ":quarter");
cli.entity ("hint", ":year");
cli.entity ("hint", ":lastweek");
cli.entity ("hint", ":fill");
cli.entity ("hint", ":color");
cli.entity ("hint", ":nocolor");