We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec7fd0 commit 66360f6Copy full SHA for 66360f6
src/Smrtr/MysqlVersionControl/Command/Parameters/CommonParametersTrait.php
@@ -48,7 +48,8 @@ protected function addMysqlBinArgument()
48
return $this->addArgument(
49
'mysql-bin',
50
InputArgument::OPTIONAL,
51
- 'Where is the MySQL binary located?'
+ 'Where is the MySQL binary located?',
52
+ 'mysql'
53
);
54
}
55
@@ -105,4 +106,4 @@ protected function addProvisionalVersionOption()
105
106
'The name of the provisional version'
107
108
-}
109
+}
0 commit comments