mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-30 02:17:21 +02:00
Confirmation
- The 'delete' command now requires confirmation by default, unless rc.confirmation=off. Implemented properly this time.
This commit is contained in:
parent
27d6407493
commit
3786e6cff3
3 changed files with 13 additions and 6 deletions
|
@ -45,6 +45,7 @@ CmdDelete::CmdDelete ()
|
|||
_description = STRING_CMD_DELETE_USAGE;
|
||||
_read_only = false;
|
||||
_displays_id = false;
|
||||
_needs_confirm = true;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue