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 c9a43bc commit 6d2879aCopy full SHA for 6d2879a
src/Gendiff.php
@@ -2,8 +2,6 @@
2
3
namespace App;
4
5
-//require_once __DIR__ . '/../vendor/autoload.php';
6
-
7
use Docopt;
8
9
function runGendiff()
@@ -20,6 +18,7 @@ function runGendiff()
20
18
Options:
21
19
-h --help Show this screen
22
-v --version Show version
+ --format <fmt> Report format [default: stylish]
23
24
DOCOPT;
25
0 commit comments