Color for ease of reading
This commit is contained in:
parent
3c9841fdf7
commit
fffee1c1e5
4
bake.c
4
bake.c
@ -28,7 +28,7 @@
|
|||||||
#define STOP "@STOP"
|
#define STOP "@STOP"
|
||||||
|
|
||||||
#define HELP \
|
#define HELP \
|
||||||
BOLD "target-file" RESET " [arguments ...]\n" \
|
BOLD "[option] target-file" RESET " [" GREEN "arguments" RESET " ...]\n" \
|
||||||
"Use the format `" BOLD "@BAKE" RESET " cmd ...' within the target-file, this will execute the\n" \
|
"Use the format `" BOLD "@BAKE" RESET " cmd ...' within the target-file, this will execute the\n" \
|
||||||
"rest of line, or if found within the file, until the " BOLD "@STOP" RESET " marker.\n" \
|
"rest of line, or if found within the file, until the " BOLD "@STOP" RESET " marker.\n" \
|
||||||
|
|
||||||
@ -38,7 +38,7 @@
|
|||||||
"Expansions\n" \
|
"Expansions\n" \
|
||||||
"\t" YELLOW "$@" RESET " returns target-file (abc.x.txt)\n" \
|
"\t" YELLOW "$@" RESET " returns target-file (abc.x.txt)\n" \
|
||||||
"\t" YELLOW "$*" RESET " returns target-file without suffix (^-> abc.x)\n" \
|
"\t" YELLOW "$*" RESET " returns target-file without suffix (^-> abc.x)\n" \
|
||||||
"\t" YELLOW "$+" RESET " returns arguments\n"
|
"\t" YELLOW "$+" RESET " returns " GREEN "arguments" RESET "\n"
|
||||||
|
|
||||||
/*** Utility functions ***/
|
/*** Utility functions ***/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user