CLI2: Properly categorize FILTER, MODIFICATION, MISCELLANEOUS

- Now that CLI2::categorizeArgs is complete, all that remains is to make sure
  the individual commands comply.
This commit is contained in:
Paul Beckingham 2015-09-06 14:53:46 -04:00
parent d1fe1279ed
commit d60a2f9954
2 changed files with 73 additions and 24 deletions

View file

@ -735,7 +735,7 @@
// Errors
// TODO Move each of these to appropriate section.
#define STRING_ERROR_PREFIX "Error: "
#define STRING_UNKNOWN_ERROR "Unknown error."
#define STRING_UNKNOWN_ERROR "Unknown error. Please report."
#define STRING_TRIVIAL_INPUT "You must specify a command or a task to modify."
#define STRING_ASSUME_INFO "No command specified - assuming 'information'."
#define STRING_INFINITE_LOOP "Terminated substitution because more than {1} changes were made - infinite loop protection."