[parseArgs] Remove version from head
This commit is contained in:
parent
dcda643934
commit
3dec191afa
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ object ParseArgs {
|
||||||
import parserBuilder._
|
import parserBuilder._
|
||||||
sequence(
|
sequence(
|
||||||
programName("S3Thorp"),
|
programName("S3Thorp"),
|
||||||
head("s3thorp", "0.1.0"),
|
head("s3thorp"),
|
||||||
opt[String]('s', "source")
|
opt[String]('s', "source")
|
||||||
.action((str, c) => c.copy(source = str))
|
.action((str, c) => c.copy(source = str))
|
||||||
.required()
|
.required()
|
||||||
|
|
Loading…
Reference in a new issue