CmdLengthen: Implemented 'lengthen' command

This commit is contained in:
Paul Beckingham 2016-06-06 23:01:51 -04:00
parent 54eb2658a1
commit bedaa624a3
4 changed files with 89 additions and 0 deletions

View file

@ -17,6 +17,7 @@ set (commands_SRCS CmdCancel.cpp
CmdGaps.cpp
CmdHelp.cpp
CmdImport.cpp
CmdLengthen.cpp
CmdReport.cpp
CmdStart.cpp
CmdStop.cpp