CARDS 2.4.87
Package manager for the NuTyX GNU/Linux distribution
|
#include <argument_parser.h>
Public Member Functions | |
bool | operator== (const APOpt &other) const |
void | init (const std::string &longName, char shortName, const std::string &description, const bool valueRequired=false, const std::string &valueName="") |
Friends | |
class | ArgParser |
APOpt and APCmd are the classes used in client code, to make efficient comparison of the selected command.
In addition, it's currently mainly for programs which use a command syntax, much like CVS