Cli: insomnia safe flags and better insomnia handling in cli (#587)
This commit is contained in:
@@ -24,6 +24,7 @@ typedef enum {
|
||||
CliCommandFlagDefault = 0, /** Default, loader lock is used */
|
||||
CliCommandFlagParallelSafe =
|
||||
(1 << 0), /** Safe to run in parallel with other apps, loader lock is not used */
|
||||
CliCommandFlagInsomniaSafe = (1 << 1), /** Safe to run with insomnia mode on */
|
||||
} CliCommandFlag;
|
||||
|
||||
/* Cli type
|
||||
|
Reference in New Issue
Block a user