Module
Node.Yargs
- Package
- purescript-yargs
- Repository
- paf31/purescript-yargs
Low-level bindings to the yargs
library.
For a more idiomatic interface, consider using the
Node.Yargs.Applicative
module.
#runYargs Source
runYargs :: YargsSetup -> Effect Foreign
Setup the yargs
module and get the resulting parsed command line
arguments object.