mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-13 19:42:29 +00:00
feat(app): parse command line arguments at launch on Unixlikes
This commit is contained in:
parent
bc5b5ccdac
commit
b92c658dd0
2 changed files with 6 additions and 0 deletions
|
|
@ -1,8 +1,11 @@
|
|||
#include "client/Client.hpp"
|
||||
#include "bc/os/CommandLine.hpp"
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
// TODO
|
||||
|
||||
OsSetCommandLine(argc, argv);
|
||||
|
||||
CommonMain();
|
||||
|
||||
// TODO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue