We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc89c64 commit ab3498fCopy full SHA for ab3498f
1 file changed
src/Runner.php
@@ -21,7 +21,7 @@ function run()
21
DOC;
22
23
try {
24
- $args = \Docopt::handle($doc, array("version" => "GenDiff 1.2"));
+ $args = \Docopt::handle($doc, array("version" => "GenDiff 1.3"));
25
$diff = render($args["<firstFile>"], $args["<secondFile>"], $args["--format"]);
26
print_r($diff);
27
} catch (\Exception $e) {
0 commit comments