diff --git a/src/Console/Commands/PrePush.php b/src/Console/Commands/PrePush.php index 353956b..1306033 100644 --- a/src/Console/Commands/PrePush.php +++ b/src/Console/Commands/PrePush.php @@ -15,7 +15,7 @@ class PrePush extends Command implements HookCommand * * @var string */ - protected $signature = 'git-hooks:pre-push'; + protected $signature = 'git-hooks:pre-push {remote?} {url?}'; /** * The console command description. diff --git a/src/Console/Commands/PrepareCommitMessage.php b/src/Console/Commands/PrepareCommitMessage.php index c883cee..9fffe31 100644 --- a/src/Console/Commands/PrepareCommitMessage.php +++ b/src/Console/Commands/PrepareCommitMessage.php @@ -15,7 +15,7 @@ class PrepareCommitMessage extends Command implements HookCommand * * @var string */ - protected $signature = 'git-hooks:prepare-commit-msg {file}'; + protected $signature = 'git-hooks:prepare-commit-msg {file} {type?} {sha?}'; /** * The console command description.