Skip to content

Commit

Permalink
Allow forcing commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jessarcher committed Nov 7, 2023
1 parent 2a697c8 commit 26e0b82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Commands/ClearCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/RegroupCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 26e0b82

Please sign in to comment.