Add wakeup command to CLI (#168)

This commit is contained in:
Ritiek Malhotra 2020-02-19 23:03:00 +05:30 committed by GitHub
commit d9773c55e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 101 additions and 3 deletions

View file

@ -40,7 +40,8 @@ struct CLICommand
};
static const QMap<QString, CLICommand> cli_commands = {
{ "discover", { chiaki_cli_cmd_discover } }
{ "discover", { chiaki_cli_cmd_discover } },
{ "wakeup", { chiaki_cli_cmd_wakeup } }
};
#endif