mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 07:57:20 +02:00
Bug #1191
+ The 'execute' command should not be considered a 'write' command.
This commit is contained in:
parent
08b959aafc
commit
88968ac36c
3 changed files with 5 additions and 3 deletions
|
@ -40,8 +40,8 @@ CmdExec::CmdExec ()
|
|||
_keyword = "execute";
|
||||
_usage = "task execute <external command>";
|
||||
_description = STRING_CMD_EXEC_USAGE;
|
||||
_read_only = false;
|
||||
_displays_id = true;
|
||||
_read_only = true;
|
||||
_displays_id = false;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue