Cli: insomnia safe flags and better insomnia handling in cli (#587)

This commit is contained in:
あく
2021-07-18 22:08:26 +03:00
committed by GitHub
parent ddfdbc0530
commit b6f6378628
2 changed files with 33 additions and 20 deletions

View File

@@ -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