purescript-yargs icon indicating copy to clipboard operation
purescript-yargs copied to clipboard

PureScript bindings for the yargs command-line parsing library

Results 3 purescript-yargs issues
Sort by recently updated
recently updated
newest added

I would like to write my own instances for `Arg`. To do this I need to create instances of `Y`, but `Y` constructor is not exported. Is it any reason...

I've been trying to come up with a way to add `.command()` support to this library. I'm drawing a complete blank. Any ideas? :cold_sweat: (The relevant Yargs docs: https://www.npmjs.com/package/yargs#commandcmd-desc-fn)