argon
0.12.0
Command line argument parser
|
Positional argument. More...
#include <Position.hpp>
Public Member Functions | |
Position (std::string name, const std::string &description) | |
auto | format () const -> std::string override |
auto | name () const -> std::string |
Public Member Functions inherited from argon::Argument | |
Argument (std::string description) | |
Argument (const Argument &)=default | |
Argument (Argument &&) noexcept=default | |
Argument & | operator= (const Argument &)=default |
Argument & | operator= (Argument &&) noexcept=default |
Additional Inherited Members | |
Protected Attributes inherited from argon::Argument | |
std::string | m_description |
Static Protected Attributes inherited from argon::Argument | |
static constexpr int | m_format_width { 24 } |
Positional argument.