We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e22fe4b + 68f820b commit 7117470Copy full SHA for 7117470
app/Commands/Install.php
@@ -11,7 +11,7 @@
11
12
class Install extends Command
13
{
14
- protected $signature = 'install {--verbose}';
+ protected $signature = 'install';
15
16
protected $description = 'Install git hooks';
17
app/Commands/Update.php
@@ -15,7 +15,7 @@
*/
class Update extends Command
18
- protected $signature = 'update {--verbose}';
+ protected $signature = 'update';
19
20
protected $description = 'Update git hooks';
21
builds/whisky
-15 Bytes
config/app.php
@@ -26,7 +26,7 @@
26
|
27
28
29
- 'version' => '0.3.0',
+ 'version' => '0.3.1',
30
31
/*
32
|--------------------------------------------------------------------------
0 commit comments