Confirmation

- The 'delete' command now requires confirmation by default, unless
  rc.confirmation=off.  Implemented properly this time.
This commit is contained in:
Paul Beckingham 2011-10-15 23:06:38 -04:00
parent 27d6407493
commit 3786e6cff3
3 changed files with 13 additions and 6 deletions

View file

@ -45,6 +45,7 @@ CmdDelete::CmdDelete ()
_description = STRING_CMD_DELETE_USAGE;
_read_only = false;
_displays_id = false;
_needs_confirm = true;
}
////////////////////////////////////////////////////////////////////////////////