Refactored command base class for simplicity.
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
class CommandTranslate : public Command<OptionGroupBasic, OptionGroupOutput, OptionGroupParser>
|
||||
{
|
||||
public:
|
||||
CommandTranslate();
|
||||
|
||||
int run(int argc, char **argv);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user