|
ChainCLI
A modern C++20 command-line interface library
|
Base class for flag-like command-line arguments. More...
#include <argument.h>
Public Member Functions | |
| constexpr std::string_view | getShortName () const noexcept |
| Get the short name of the argument. | |
Protected Member Functions | |
| FlaggedArgumentBase (std::string_view shortName) | |
Protected Attributes | |
| std::string | shortName |
Base class for flag-like command-line arguments.
|
inlineconstexprnoexcept |
Get the short name of the argument.