Skip to content

Commit fb261a7

Browse files
committed
Add --help command line option
1 parent a11e01b commit fb261a7

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)