mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-07-15 01:23:37 -07:00
Implement basic Takion Heartbeat
This commit is contained in:
parent
d398680604
commit
a4fd9a49e8
8 changed files with 93 additions and 32 deletions
|
@ -25,22 +25,22 @@ int main(int argc, char *argv[])
|
|||
QCommandLineParser parser;
|
||||
parser.addHelpOption();
|
||||
|
||||
parser.addPositionalArgument("command", "Command");
|
||||
parser.addPositionalArgument("host", "Host");
|
||||
parser.addPositionalArgument("command", "stream or discover");
|
||||
parser.addPositionalArgument("host", "Address to connect to");
|
||||
|
||||
QCommandLineOption regist_key_option("registkey");
|
||||
QCommandLineOption regist_key_option("registkey", "", "registkey");
|
||||
parser.addOption(regist_key_option);
|
||||
|
||||
QCommandLineOption ostype_option("ostype", "Win10.0.0");
|
||||
QCommandLineOption ostype_option("ostype", "", "ostype", "Win10.0.0");
|
||||
parser.addOption(ostype_option);
|
||||
|
||||
QCommandLineOption auth_option("auth");
|
||||
QCommandLineOption auth_option("auth", "", "auth");
|
||||
parser.addOption(auth_option);
|
||||
|
||||
QCommandLineOption morning_option("morning");
|
||||
QCommandLineOption morning_option("morning", "", "morning");
|
||||
parser.addOption(morning_option);
|
||||
|
||||
QCommandLineOption did_option("did");
|
||||
QCommandLineOption did_option("did", "", "did");
|
||||
parser.addOption(did_option);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue