|
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 Member Functions inherited from argon::Argument | |
| auto | format (std::string_view string) const -> std::string |
Protected Attributes inherited from argon::Argument | |
| std::string | m_description |
Positional argument.
|
overridevirtual |
Implements argon::Argument.