docopt.swift icon indicating copy to clipboard operation
docopt.swift copied to clipboard

A command-line interface description language and parser that will make you smile http://docopt.org/

Results 4 docopt.swift issues
Sort by recently updated
recently updated
newest added

*NB This is work in progress. It incorporates the changes from #12 and #13 so it would make sense to review/merge them first. I've changed the project layout slightly so...

I am adding this as a suggestion for future improvement. At this moment, this library cannot be compiled in Linux due to Darwin dependency. Please reconsider this dependency for linux...

Being able to parse args in a type safe way using Codable would be amazing.

Since we can't use a bundle to find the test data, we fall back on a relative path from the built executable. This is a bit skanky, but it's a...