mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Commands - edit
- Migrated edit.cpp to CmdEdit.
This commit is contained in:
parent
ed97fcc108
commit
9af1c71daf
9 changed files with 135 additions and 88 deletions
|
@ -8,6 +8,7 @@ include_directories (${CMAKE_SOURCE_DIR}
|
|||
set (commands_SRCS Command.cpp Command.h
|
||||
CmdCustom.cpp CmdCustom.h
|
||||
CmdDiagnostics.cpp CmdDiagnostics.h
|
||||
CmdEdit.cpp CmdEdit.h
|
||||
CmdExec.cpp CmdExec.h
|
||||
CmdHelp.cpp CmdHelp.h
|
||||
CmdInfo.cpp CmdInfo.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue