hints: Added :lastyear

This commit is contained in:
Paul Beckingham 2016-06-06 20:32:24 -04:00
parent 33f1239e93
commit 12dfee1bc8
4 changed files with 14 additions and 0 deletions

View file

@ -96,6 +96,7 @@ void initializeEntities (CLI& cli)
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");