add extension command doc
This commit is contained in:
parent
f4d417406b
commit
4b16fa029f
1 changed files with 6 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ Extended shell linker for linking, processing and minifying shell code
|
||||||
|
|
||||||
### zpkg
|
### zpkg
|
||||||
|
|
||||||
Available from the `zpkg` repository:
|
Available from the [zpkg](https://github.com/zawwz/zpkg) repository:
|
||||||
```shell
|
```shell
|
||||||
wget -qO- https://zpkg.zawz.net/install.sh | sh
|
wget -qO- https://zpkg.zawz.net/install.sh | sh
|
||||||
zpkg install lxsh
|
zpkg install lxsh
|
||||||
|
|
@ -122,6 +122,11 @@ these features will continue working with undesired behavior.
|
||||||
|
|
||||||
Array argument with `[@]` does not expand into the desired multiple arguments.
|
Array argument with `[@]` does not expand into the desired multiple arguments.
|
||||||
|
|
||||||
|
## Extension commands
|
||||||
|
|
||||||
|
If you use the `#!/usr/bin/lxsh` shebang, you can use special lxsh-defined commands.
|
||||||
|
To list such commands, see `lxsh --help-extend-fcts`
|
||||||
|
|
||||||
## String processors
|
## String processors
|
||||||
|
|
||||||
You can use prefixes in singlequote strings to apply processing to the string contents. <br>
|
You can use prefixes in singlequote strings to apply processing to the string contents. <br>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue