[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._
|
||||
sequence(
|
||||
programName("S3Thorp"),
|
||||
head("s3thorp", "0.1.0"),
|
||||
head("s3thorp"),
|
||||
opt[String]('s', "source")
|
||||
.action((str, c) => c.copy(source = str))
|
||||
.required()
|
||||
|
|
Loading…
Reference in a new issue