-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
*hese are the option strings that cane be given to shpp via -O <option>* | ||
*these are the option strings that cane be given to shpp via -O <option>* | ||
|
||
| optstring | valid values* | comment | | ||
|-----------------------+----------------------+------------| | ||
| WARNING_IS_ERROR | true | if set all warnings are threated as error | ||
| stdout | <any> | if output goes to stdout | ||
| keep |<any> | if set shpp don't deletes $tmp_dir | ||
| USE_COLOR |<any>,!n | enable colored output (disabled if there's no stdin present) | ||
| FORCE_COLOR | <any>,!n | forces colored output even when there is no stdin | ||
| verbose_output | <any> | enable verbose messages | ||
| optstring | valid values* | comment | | ||
|------------------+---------------+--------------------------------------------------------------| | ||
| WARNING_IS_ERROR | true | if set all warnings are threated as error | | ||
| stdout | <any> | if output goes to stdout | | ||
| keep | <any> | if set shpp don't deletes $tmp_dir | | ||
| USE_COLOR | <any>,!n | enable colored output (disabled if there's no stdin present) | | ||
| FORCE_COLOR | <any>,!n | forces colored output even when there is no stdin | | ||
| verbose_output | <any> | enable verbose messages | | ||
|
||
|
||
* legend: | ||
| string | meaning | | ||
|-----------+---------| | ||
| <any> |means that value just needs to be set | | ||
| ! |not | | ||
* legend | ||
| string | meaning | | ||
|--------+---------------------------------------| | ||
| <any> | means that value just needs to be set | | ||
| ! | not | |