Showing list of available commands in help message.
This commit is contained in:
@@ -10,11 +10,13 @@
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
class CommandNormalize : public Command<OptionGroupBasic, OptionGroupOutput, OptionGroupParser>
|
||||
class CommandNormalize : public Command<CommandNormalize, OptionGroupBasic, OptionGroupOutput, OptionGroupParser>
|
||||
{
|
||||
public:
|
||||
CommandNormalize();
|
||||
static constexpr auto Name = "normalize";
|
||||
static constexpr auto Description = "Normalize PDDL to plasp’s custom PDDL format";
|
||||
|
||||
public:
|
||||
int run(int argc, char **argv);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user