premake/website/docs/premake_OPTIONS.md
KyrietS 19f8561bd8 Upgrade docusaurus version to beta.6
- some files had to be renamed as files prefixed with an underscore are ignored now
- docusaurus reserves /docs/tags path so we can't have a page there
2021-09-08 21:42:18 +02:00

324 B

id
_OPTIONS

The _OPTIONS global variable lists the current set of command line options and their values, if any. For more information, see Command Line Arguments.

Availability

Premake 4.0 or later.

See Also