File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828#define HELP_DESCRIPTION "Show the help message"
2929#define WATCH_DESCRIPTION "Watch the project and generate the code when the project changes"
3030#define SLEEP_TIME_DESCRIPTION "The time to sleep between each check (default: 0)"
31+ #define VERSION_DESCRIPTION "Show the version"
32+ #define REMOVE_DESCRIPTION "Remove SilverChain implementations from src dir"
3133#define HELP_MESSAGE "Usage: silverchain [options]\nOptions:" \
3234BLUE"\n -h, --help\t\t\t" GREEN HELP_DESCRIPTION RESET \
3335BLUE"\n -s, --src\t\t\t" GREEN SRC_DESCRIPTION RESET \
@@ -39,6 +41,6 @@ BLUE"\n -n, --main_name\t\t" GREEN MAIN_NAME_DESCRIPTION RESET \
3941BLUE"\n -p, --main_path\t\t" GREEN MAIN_PATH_DESCRIPTION RESET \
4042BLUE"\n -w, --watch\t\t\t" GREEN WATCH_DESCRIPTION RESET \
4143BLUE"\n -s, --sleep_time\t\t" GREEN SLEEP_TIME_DESCRIPTION RESET \
42- BLUE"\n -v, --version\t\t" GREEN "Show the version" RESET \
43- BLUE"\n -r, --remove\t\t" GREEN "Remove SilverChain implementations from src dir" RESET \
44+ BLUE"\n -v, --version\t\t\t " GREEN VERSION_DESCRIPTION RESET \
45+ BLUE"\n -r, --remove\t\t\t " GREEN REMOVE_DESCRIPTION RESET \
4446"\n"
You can’t perform that action at this time.
0 commit comments