mirror of
https://github.com/tests-always-included/mo.git
synced 2025-11-19 23:34:32 +01:00
Updating test and documentation
This commit is contained in:
2
API.md
2
API.md
@@ -36,7 +36,7 @@ Display a help message.
|
|||||||
|
|
||||||
-s=FILE, --source=FILE
|
-s=FILE, --source=FILE
|
||||||
|
|
||||||
Source a file into the environment before processing template files.
|
Source a file into the environment before processing template files. This can be used multiple times.
|
||||||
|
|
||||||
--
|
--
|
||||||
|
|
||||||
|
|||||||
@@ -14,14 +14,15 @@ Simple usage:
|
|||||||
Options:
|
Options:
|
||||||
|
|
||||||
-u, --fail-not-set
|
-u, --fail-not-set
|
||||||
- Fail upon expansion of an unset variable.
|
Fail upon expansion of an unset variable.
|
||||||
-x, --fail-on-function
|
-x, --fail-on-function
|
||||||
- Fail when a function returns a non-zero status code.
|
Fail when a function returns a non-zero status code.
|
||||||
-e, --false
|
-e, --false
|
||||||
- Treat the string "false" as empty for conditionals.
|
Treat the string "false" as empty for conditionals.
|
||||||
-h, --help
|
-h, --help
|
||||||
- This message.
|
This message.
|
||||||
-s=FILE, --source=FILE
|
-s=FILE, --source=FILE
|
||||||
- Load FILE into the environment before processing templates.
|
Load FILE into the environment before processing templates.
|
||||||
|
Can be used multiple times.
|
||||||
|
|
||||||
MO_VERSION=2.2.0
|
MO_VERSION=2.2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user