mirror of
https://github.com/github/semantic.git
synced 2024-12-26 00:12:29 +03:00
Stub in an arguments parser.
This commit is contained in:
parent
4c75a79d05
commit
e955c61de9
@ -1,2 +1,6 @@
|
||||
enum Argument {}
|
||||
|
||||
let argumentsParser: Madness.Parser<[String], Argument>.Function = none()
|
||||
|
||||
|
||||
import Madness
|
||||
|
Loading…
Reference in New Issue
Block a user