Skip to content

Commit 5b5f2d8

Browse files
authored
Merge pull request #470 from avdv/help-option
Add `--help` command line option
2 parents a11e01b + fb261a7 commit 5b5f2d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli-git/src/main/scala/Runner.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ class Runner {
105105

106106
version("version").text("Display version number")
107107

108+
help("help").text("Show this help and exit")
109+
108110
note(""" --paramname=paramval Set given parameter value and bypass interaction
109111
|
110112
|EXAMPLES

0 commit comments

Comments
 (0)