CmdShorten: Added 'shorten' command

This commit is contained in:
Paul Beckingham 2016-06-05 13:55:49 -04:00
parent 9bffcb547d
commit 30ffaf4c01
5 changed files with 50 additions and 0 deletions

View file

@ -21,6 +21,7 @@ set (commands_SRCS CmdCancel.cpp
CmdStart.cpp
CmdStop.cpp
CmdSummary.cpp
CmdShorten.cpp
CmdShow.cpp
CmdTag.cpp
CmdTags.cpp