mirror of
https://github.com/github/semantic.git
synced 2024-11-28 10:15:55 +03:00
Add a set of flags we can parse.
This commit is contained in:
parent
2a0ceebd97
commit
c36198a6f4
@ -29,6 +29,8 @@ enum Argument {
|
||||
}
|
||||
}
|
||||
|
||||
private let validFlags: Set<String> = [ "--unified", "--split" ]
|
||||
|
||||
let argumentsParser: Madness.Parser<[String], Argument>.Function = none()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user