mirror of
https://github.com/tests-always-included/mo.git
synced 2024-12-18 16:27:52 +00:00
Fixing the build, some doc cleanup, update version
This commit is contained in:
parent
d6794de1e2
commit
4311f29879
@ -158,7 +158,7 @@ Output:
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### Helpers / Function Arguments with
|
### Helpers / Function Arguments
|
||||||
|
|
||||||
Function Arguments are not a part of the official Mustache implementation, and are more often associated with Handlebar's Helper functionality.
|
Function Arguments are not a part of the official Mustache implementation, and are more often associated with Handlebar's Helper functionality.
|
||||||
|
|
||||||
@ -168,7 +168,7 @@ Function Arguments are not a part of the official Mustache implementation, and a
|
|||||||
{{myfunc foo bar}}
|
{{myfunc foo bar}}
|
||||||
```
|
```
|
||||||
|
|
||||||
For security reasons, this arguments are not immediately available to function calls without a flag.
|
For security reasons, these arguments are not immediately available to function calls without a flag.
|
||||||
|
|
||||||
#### with `--allow-function-arguments`
|
#### with `--allow-function-arguments`
|
||||||
|
|
||||||
|
2
mo
2
mo
@ -1108,7 +1108,7 @@ moUsage() {
|
|||||||
|
|
||||||
# Save the original command's path for usage later
|
# Save the original command's path for usage later
|
||||||
MO_ORIGINAL_COMMAND="$(cd "${BASH_SOURCE[0]%/*}" || exit 1; pwd)/${BASH_SOURCE[0]##*/}"
|
MO_ORIGINAL_COMMAND="$(cd "${BASH_SOURCE[0]%/*}" || exit 1; pwd)/${BASH_SOURCE[0]##*/}"
|
||||||
MO_VERSION="2.2.0"
|
MO_VERSION="2.3.0"
|
||||||
|
|
||||||
# If sourced, load all functions.
|
# If sourced, load all functions.
|
||||||
# If executed, perform the actions as expected.
|
# If executed, perform the actions as expected.
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
{{#repo}}
|
{{#repo}}
|
||||||
<b>{{@index}} - {{.}}</b>
|
<b>{{@key}} - {{.}}</b>
|
||||||
{{/repo}}
|
{{/repo}}
|
||||||
|
Loading…
Reference in New Issue
Block a user