Clio develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
app::CliArgs Class Reference

Parsed command line arguments representation. More...

#include <CliArgs.hpp>

Classes

class  Action
 An action parsed from the command line. More...
 

Static Public Member Functions

static Action parse (int argc, char const *argv[])
 Parse command line arguments.
 

Static Public Attributes

static constexpr char kDEFAULT_CONFIG_PATH [] = "/etc/opt/clio/config.json"
 Default configuration path.
 

Detailed Description

Parsed command line arguments representation.

Member Function Documentation

◆ parse()

CliArgs::Action app::CliArgs::parse ( int argc,
char const * argv[] )
static

Parse command line arguments.

Parameters
argcNumber of arguments.
argvArray of arguments.
Returns
Parsed command line arguments.

The documentation for this class was generated from the following files: