瀏覽代碼

Color for ease of reading

tags/v20240302
Emil Williams 4 月之前
父節點
當前提交
fffee1c1e5
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 5432DB986FDBCF8A
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      bake.c

+ 3
- 3
bake.c 查看文件

@@ -27,8 +27,8 @@
#define START "@BAKE"
#define STOP "@STOP"

#define HELP \
BOLD "target-file" RESET " [arguments ...]\n" \
#define HELP \
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" \
"rest of line, or if found within the file, until the " BOLD "@STOP" RESET " marker.\n" \

@@ -38,7 +38,7 @@
"Expansions\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 arguments\n"
"\t" YELLOW "$+" RESET " returns " GREEN "arguments" RESET "\n"

/*** Utility functions ***/



Loading…
取消
儲存