feat(app): parse command line arguments at launch on Unixlikes

This commit is contained in:
phaneron 2023-08-14 16:29:21 -04:00
parent bc5b5ccdac
commit b92c658dd0
2 changed files with 6 additions and 0 deletions

View file

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