|
ChainCLI
A modern C++20 command-line interface library
|
Exception thrown when a command is malformed. More...
#include <command.h>
Public Member Functions | |
| MalformedCommandException (const Command &cmd, const std::string &msg="") | |
| const Command & | command () const noexcept |
Exception thrown when a command is malformed.
This can happen if the command is missing required arguments, has conflicting arguments, or other issues that prevent it from being used correctly.