update readme

master
Avril 4 years ago
parent 3b08408738
commit fb74d392e0
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -83,13 +83,14 @@ If you want to pass something 'as is' to the subprocesses, do not enable the `ch
## Optional features
There are a few compile-time features that can be enabled/disabled for additional functionality.
| Name | Description | Default |
|----------------|--------------------------------------------------------|---------|
| `splash` | Show program information when printing help | On |
| `colour` | Enable colouring of certain outputs, like warnings | On |
| `progress` | Enable progress bar | On |
| `threads` | Enable threaded scheduler | Off |
| `checked_pass` | Check the arguments sent to leanify with `passthrough` | Off |
| Name | Description | Default |
|----------------|----------------------------------------------------------------|---------|
| `splash` | Show program information when printing help | On |
| `colour` | Enable colouring of certain outputs, like warnings | On |
| `progress` | Enable progress bar | On |
| `collect_err` | Collect children's `stderr` instead of printing it immediately | On |
| `threads` | Enable threaded scheduler | Off |
| `checked_pass` | Check the arguments sent to leanify with `passthrough` | Off |
When building with Rust nightly, some other optimisations and features will be present.

@ -78,7 +78,7 @@ SRC_URI="$(cargo_crate_uris ${CRATES} leanify-many-1.0.0)"
RESTRICT="mirror"
# License set may be more restrictive as OR is not respected
# use cargo-license for a more accurate license picture
LICENSE="GPL3+"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+splash +progress +colour threads checked_pass"

@ -78,7 +78,7 @@ SRC_URI="$(cargo_crate_uris ${CRATES} leanify-many-1.0.1)"
RESTRICT="mirror"
# License set may be more restrictive as OR is not respected
# use cargo-license for a more accurate license picture
LICENSE="GPL3+"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+splash +progress +colour threads checked_pass"

@ -78,7 +78,7 @@ SRC_URI="$(cargo_crate_uris ${CRATES} leanify-many-1.1.0)"
RESTRICT="mirror"
# License set may be more restrictive as OR is not respected
# use cargo-license for a more accurate license picture
LICENSE="GPL3+"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+splash +progress +colour threads checked_pass +collect_err"
Loading…
Cancel
Save