[#250] implement -- option
This commit is contained in:
parent
c8d9c1ee5f
commit
6abff1dbdd
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@
|
|||
(if options
|
||||
(let [opt (first options)]
|
||||
(case opt
|
||||
("--") (assoc opts-map :command-line-args (next options))
|
||||
("--version") {:version true}
|
||||
("--help" "-h" "-?") {:help? true}
|
||||
("--verbose")(recur (next options)
|
||||
|
|
|
|||
Loading…
Reference in a new issue