Parsed command line arguments representation.
More...
#include <CliArgs.hpp>
|
static Action | parse (int argc, char const *argv[]) |
| Parse command line arguments.
|
|
|
static constexpr char | kDEFAULT_CONFIG_PATH [] = "/etc/opt/clio/config.json" |
| Default configuration path.
|
|
Parsed command line arguments representation.
◆ parse()
Parse command line arguments.
- Parameters
-
argc | Number of arguments. |
argv | Array of arguments. |
- Returns
- Parsed command line arguments.
The documentation for this class was generated from the following files:
- /__w/clio/clio/src/app/CliArgs.hpp
- /__w/clio/clio/src/app/CliArgs.cpp