[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

@ -70,7 +70,6 @@
#define INCLUDE_CMD_PROMPT
#define INCLUDE_CMD_RMDIR
#define INCLUDE_CMD_RENAME
#define INCLUDE_CMD_REPLACE
#define INCLUDE_CMD_SCREEN
#define INCLUDE_CMD_SET
#define INCLUDE_CMD_START