Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add command line argument parsing with CLI11
- The 'main.cpp' file is updated to include CLI11 for parsing command line arguments - A new command line option '-w' and '--wsuri' to specify the WebSocket URI is added - The main function is changed to accept the 'argc' and 'argv' parameters for argument parsing These changes allow the parsing of command line arguments for the configuration of the WebSocket URI, increasing the flexibility of the application.
- Loading branch information