taskwarrior/src/commands
Tomas Babej 6bfb275dcc
CmdAdd: Make sure a UUID is printed if ID does not exist
This fixes a regression was introduced in
4e80d5d5fd.

Currently, if a user (with default configuration) adds a completed or
deleted task, they do not get a confirmation message ("Created task
..."). This is due to the fact that:
a) new-uuid is not set by default
b) new-id is set by default, but only prints message if the added task
   is in pending or waiting state

Make sure to print a message containing UUID reference if the newly
added task is in completed or deleted state.
2020-09-18 21:10:59 -04:00
..
CMakeLists.txt Build: C++14 support added 2018-02-16 22:04:29 -05:00
CmdAdd.cpp CmdAdd: Make sure a UUID is printed if ID does not exist 2020-09-18 21:10:59 -04:00
CmdAdd.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdAliases.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdAliases.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdAnnotate.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdAnnotate.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdAppend.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdAppend.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdAttributes.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdAttributes.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdBurndown.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdBurndown.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdCalc.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdCalc.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdCalendar.cpp Fixed report colors in calendar 2020-03-12 10:38:03 -04:00
CmdCalendar.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdColor.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdColor.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdColumns.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdColumns.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdCommands.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdCommands.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdConfig.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdConfig.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdContext.cpp Add missing newline 2019-03-02 19:43:13 -05:00
CmdContext.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdCount.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdCount.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdCustom.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdCustom.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdDelete.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdDelete.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdDenotate.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdDenotate.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdDiagnostics.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdDiagnostics.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdDone.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdDone.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdDuplicate.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdDuplicate.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdEdit.cpp JSON encode/decode string UDAs 2019-04-14 19:34:57 -04:00
CmdEdit.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdExec.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdExec.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdExport.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdExport.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdGet.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdGet.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdHelp.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdHelp.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdHistory.cpp CmdHistory: repeat unit if a larger unit changes 2019-02-07 08:33:09 -05:00
CmdHistory.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdIDs.cpp Update description of command uuids 2019-02-04 12:30:23 +01:00
CmdIDs.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdImport.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdImport.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdInfo.cpp Fix #1999 2019-03-02 19:44:18 -05:00
CmdInfo.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdLog.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdLog.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdLogo.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdLogo.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdModify.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdModify.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdPrepend.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdPrepend.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdProjects.cpp Update CmdProjects.cpp 2019-02-07 08:20:14 -05:00
CmdProjects.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdPurge.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdPurge.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdReports.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdReports.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdShow.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdShow.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdStart.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdStart.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdStats.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdStats.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdStop.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdStop.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdSummary.cpp Extract project sorting function 2019-02-07 08:20:14 -05:00
CmdSummary.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdSync.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdSync.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdTags.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdTags.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdTimesheet.cpp Merge pull request #2080 from corbolais/2.6.0 2019-01-02 08:03:50 -05:00
CmdTimesheet.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdUDAs.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdUDAs.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdUndo.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdUndo.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdUnique.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdUnique.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdUrgency.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdUrgency.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdVersion.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
CmdVersion.h meta: Update copyright year 2019-01-01 08:46:21 -05:00
Command.cpp meta: Update copyright year 2019-01-01 08:46:21 -05:00
Command.h meta: Update copyright year 2019-01-01 08:46:21 -05:00