diff --git a/src/Commands/ClearCommand.php b/src/Commands/ClearCommand.php index 9e85b5d9..8f1caa37 100644 --- a/src/Commands/ClearCommand.php +++ b/src/Commands/ClearCommand.php @@ -21,7 +21,7 @@ class ClearCommand extends Command * * @var string */ - public $signature = 'pulse:clear'; + public $signature = 'pulse:clear {--force : Force the operation to run when in production}'; /** * The command's description. diff --git a/src/Commands/RegroupCommand.php b/src/Commands/RegroupCommand.php index 23d6b194..50e990d5 100644 --- a/src/Commands/RegroupCommand.php +++ b/src/Commands/RegroupCommand.php @@ -23,7 +23,7 @@ class RegroupCommand extends Command * * @var string */ - public $signature = 'pulse:regroup'; + public $signature = 'pulse:regroup {--force : Force the operation to run when in production}'; /** * The command's description.