Porytiles
|
#include <command.hpp>
Public Member Functions | |
ReduceBitDepthCommand (CLI::App &parent_app) | |
void | Run () override |
![]() | |
virtual | ~Command ()=default |
Command (CLI::App &parent_app, const std::string &name, const std::string &desc, const std::string &group) | |
Command (const Command &)=delete | |
Command & | operator= (const Command &)=delete |
Command (Command &&)=delete | |
Command & | operator= (Command &&)=delete |
CLI::App & | get_app () const |
Additional Inherited Members |
Definition at line 165 of file command.hpp.
|
inlineexplicit |
Definition at line 167 of file command.hpp.
|
inlineoverridevirtual |
Implements Command.
Definition at line 170 of file command.hpp.