CmdShow: Broke out config dump for a show command

This commit is contained in:
Paul Beckingham 2016-05-06 00:12:30 -04:00
parent d992de89e3
commit 5df1416f20
3 changed files with 89 additions and 0 deletions

View file

@ -23,6 +23,7 @@ set (commands_SRCS CmdCancel.cpp
CmdStart.cpp
CmdStop.cpp
CmdReportSummary.cpp
CmdShow.cpp
CmdTags.cpp
CmdTrack.cpp
CmdUndo.cpp)