1
1
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:
Rob Rix 2015-11-02 11:46:57 -05:00
parent 2a0ceebd97
commit c36198a6f4

View File

@ -29,6 +29,8 @@ enum Argument {
}
}
private let validFlags: Set<String> = [ "--unified", "--split" ]
let argumentsParser: Madness.Parser<[String], Argument>.Function = none()