Skip to content

Commit 7117470

Browse files
Merge pull request #8 from ProjektGopher/fix/verbose-option
[ Fix ] Verbose option
2 parents e22fe4b + 68f820b commit 7117470

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

app/Commands/Install.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class Install extends Command
1313
{
14-
protected $signature = 'install {--verbose}';
14+
protected $signature = 'install';
1515

1616
protected $description = 'Install git hooks';
1717

app/Commands/Update.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
class Update extends Command
1717
{
18-
protected $signature = 'update {--verbose}';
18+
protected $signature = 'update';
1919

2020
protected $description = 'Update git hooks';
2121

builds/whisky

-15 Bytes
Binary file not shown.

config/app.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
|
2727
*/
2828

29-
'version' => '0.3.0',
29+
'version' => '0.3.1',
3030

3131
/*
3232
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)