Skip to content

Commit 6d2879a

Browse files
committed
added report format to help
1 parent c9a43bc commit 6d2879a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Gendiff.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
namespace App;
44

5-
//require_once __DIR__ . '/../vendor/autoload.php';
6-
75
use Docopt;
86

97
function runGendiff()
@@ -20,6 +18,7 @@ function runGendiff()
2018
Options:
2119
-h --help Show this screen
2220
-v --version Show version
21+
--format <fmt> Report format [default: stylish]
2322

2423
DOCOPT;
2524

0 commit comments

Comments
 (0)