- Feature #921, which implements a 'udas' command that describes defined UDAs,
  and a '_udas' for completion purposes.
This commit is contained in:
Paul Beckingham 2012-05-28 16:06:33 -04:00
parent ca1fce280b
commit b63bd9e985
8 changed files with 232 additions and 0 deletions

View file

@ -48,6 +48,7 @@ set (commands_SRCS Command.cpp Command.h
CmdSynch.cpp CmdSynch.h
CmdTags.cpp CmdTags.h
CmdTimesheet.cpp CmdTimesheet.h
CmdUDAs.cpp CmdUDAs.h
CmdUndo.cpp CmdUndo.h
CmdUrgency.cpp CmdUrgency.h
CmdVersion.cpp CmdVersion.h)