premake/website/docs/premake_ACTION.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

479 B

id
_ACTION

The _ACTION global variable stores the name of the action to be performed on this execution run. As an example, if this command line was used to launch Premake:

$ premake5 vs2013

...then _ACTION will be set to "vs2013". If there is no action (for instance, if the command was premake5 --help) this variable will be nil.

Availability

Premake 4.0 or later.

See Also