[CMD][CMDUTILS][REPLACE] Make 'replace' command external (#7097)

JIRA issue: CORE-9444
- Delete 'replace' internal command.
- Add 'replace' external command into
  base/applications/cmdutils/replace
  folder.
- Add control break handler.
This commit is contained in:
Katayama Hirofumi MZ 2024-07-09 04:30:43 +09:00 committed by GitHub
parent 3dcae2ce0c
commit 1ffce3eb6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
57 changed files with 1786 additions and 870 deletions

View file

@ -176,10 +176,6 @@ COMMAND cmds[] =
{_T("rename"), 0, cmd_rename},
#endif
#ifdef INCLUDE_CMD_REPLACE
{_T("replace"), 0, cmd_replace},
#endif
#ifdef INCLUDE_CMD_SCREEN
{_T("screen"), 0, CommandScreen},
#endif