Updating test and documentation

This commit is contained in:
Tyler Akins 2020-10-01 07:42:57 -05:00
parent 67ba8bae2c
commit 4c332c9188
2 changed files with 7 additions and 6 deletions

2
API.md
View File

@ -36,7 +36,7 @@ Display a help message.
-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.
--

View File

@ -14,14 +14,15 @@ Simple usage:
Options:
-u, --fail-not-set
- Fail upon expansion of an unset variable.
Fail upon expansion of an unset variable.
-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
- Treat the string "false" as empty for conditionals.
Treat the string "false" as empty for conditionals.
-h, --help
- This message.
This message.
-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