diff --git a/ActiveCommand.cpp b/ActiveCommand.cpp index b413684..6a9a96b 100644 --- a/ActiveCommand.cpp +++ b/ActiveCommand.cpp @@ -8,7 +8,7 @@ using err::Error; namespace commands { - ActiveCommand::ActiveCommand() : SubCommand("active", 100, true) + ActiveCommand::ActiveCommand() : SubCommand("active", 100, false) { } diff --git a/ListCommand.cpp b/ListCommand.cpp index b43b6e7..7d88bfc 100644 --- a/ListCommand.cpp +++ b/ListCommand.cpp @@ -11,7 +11,7 @@ using err::Error; namespace commands { - ListCommand::ListCommand() : SubCommand("list", 100, true) + ListCommand::ListCommand() : SubCommand("list", 100, false) { }