1
1
mirror of https://github.com/github/semantic.git synced 2024-12-25 07:55:12 +03:00

Stub in an arguments parser.

This commit is contained in:
Rob Rix 2015-11-02 11:35:41 -05:00
parent 4c75a79d05
commit e955c61de9

View File

@ -1,2 +1,6 @@
enum Argument {}
let argumentsParser: Madness.Parser<[String], Argument>.Function = none()
import Madness