-
-
Notifications
You must be signed in to change notification settings - Fork 640
_ACTION
Manu Evans edited this page Jun 6, 2015
·
3 revisions
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.
Premake 4.0 or later.