diff --git a/CHANGELOG.md b/CHANGELOG.md index 94dad778..f1cc142e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Drop support for busybox 1.1.3 and similar versions as it can not redefine builtin commands. - Drop support for ash 0.3.8 and similar versions as it can not use retrun in sourced script. +- Remove `call`/`invoke` `` syntax. ## [0.18.0] - 2019-07-09 diff --git a/docs/references.md b/docs/references.md index 7de657b2..5eaa4458 100644 --- a/docs/references.md +++ b/docs/references.md @@ -33,14 +33,12 @@ You can write structured *Example* by below DSL. The line start with `When` is the evaluation. The evaluation type follows after `When`. -| evaluation type | Description | -| :--------------------------------- | :--------------------------------------------------- | -| call ` [ARGUMENTS...]` | Call shell function or external command. | -| call ` [ARGUMENTS...]` | Eval string and execute. | -| invoke ` [ARGUMENTS...]` | Call shell function or external command in subshell. | -| invoke ` [ARGUMENTS...]` | Eval string and execute in subshell. | -| run ` [ARGUMENTS...]` | Run external command. | -| execute `