balanced
This commit is contained in:
parent
3c2996e2d4
commit
481638424b
24
README
24
README
@ -33,21 +33,22 @@ files. See the file's content for more details regarding the installation.
|
|||||||
|
|
||||||
Macro provides various descriptive factors about the current context:
|
Macro provides various descriptive factors about the current context:
|
||||||
|
|
||||||
@FILENAME : Filename of the baked file (abc.x.txt) @SHORT : Shortened version
|
@FILENAME : Filename of the baked file (abc.x.txt)
|
||||||
of the Filename (^-> abc.x) @ARGS : the remaining arguments to Bake
|
@SHORT : Shortened version of the Filename (^-> abc.x)
|
||||||
|
@ARGS : the remaining arguments to Bake
|
||||||
|
|
||||||
$@, $*, $+, are respectively mapped to @FILENAME, @SHORT, and @ARGS. They have
|
$@, $*, $+, are respectively mapped to @FILENAME, @SHORT, and @ARGS. They have
|
||||||
been partially deprecated, however they'll never be removed, use them if you'd
|
been partially deprecated, however they'll never be removed, use them if you'd
|
||||||
like.
|
like.
|
||||||
|
|
||||||
They are most useful for a template command, such as: @BAKE cc @FILENAME -o
|
They are most useful for a general template command, such as:
|
||||||
@SHORT @ARGS
|
|
||||||
|
@BAKE cc @FILENAME -o @{@SHORT} @ARGS
|
||||||
|
|
||||||
Backslash, while otherwise ignored, will be respected at the end of the line to
|
Backslash, while otherwise ignored, will be respected at the end of the line to
|
||||||
concatenate lines together or if added to before any of listed macros will yield
|
concatenate lines together or if added to before any of listed macros will yield
|
||||||
the unfettered text. \SPECIAL_NAME will result in SPECIAL_NAME in the executed
|
the unfettered text. \SPECIAL_NAME will result in SPECIAL_NAME in the executed
|
||||||
shell command. Backslashes are applicable to all symbols used by Bake, they are
|
shell command. Backslashes are applicable to all symbols used by Bake.
|
||||||
ignored otherwise.
|
|
||||||
|
|
||||||
--- Expunge Extension ---
|
--- Expunge Extension ---
|
||||||
|
|
||||||
@ -71,12 +72,13 @@ This feature was suggested by the original author of Shake, blame him for this.
|
|||||||
|
|
||||||
--- Options ---
|
--- Options ---
|
||||||
|
|
||||||
Options must come before the filename, and may be merged together, such as -xn.
|
Options must come before the filename, and may be merged together, such as -cxn.
|
||||||
|
|
||||||
-v, --version: display versioning and licensing information. h, --help:
|
-v, --version: Display versioning and licensing information.
|
||||||
-display the help message, similarly to empty input. n, --dry-run: DRYRUN,
|
-h, --help: Display the help message, similarly to empty input.
|
||||||
-does NOT run anything! x, --expunge: See above Expunge Extension section. c,
|
-n, --dry-run: DRYRUN: does NOT run anything!
|
||||||
---color: Disables color for a clean output.
|
-x, --expunge: See above Expunge Extension section.
|
||||||
|
-c, --color: Disables color for a clean output.
|
||||||
|
|
||||||
--- Shake ---
|
--- Shake ---
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user