forked from University/epr24pr5-ojanssen2
fix: fixed command result showing when not supposed to
This commit is contained in:
parent
dfc274942b
commit
6d4ae55f2f
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ using err::Error;
|
|||
|
||||
namespace commands
|
||||
{
|
||||
ActiveCommand::ActiveCommand() : SubCommand("active", 100, true)
|
||||
ActiveCommand::ActiveCommand() : SubCommand("active", 100, false)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ using err::Error;
|
|||
|
||||
namespace commands
|
||||
{
|
||||
ListCommand::ListCommand() : SubCommand("list", 100, true)
|
||||
ListCommand::ListCommand() : SubCommand("list", 100, false)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue