natefaubion/purescript-argparse-basic

Generate shell completions

deemp opened this issue · 2 comments

deemp commented

Hi, @natefaubion! Currently, spaghetto doesn't provide shell completions (purescript/spago#977). Is it possible to generate them using your library?

If not yet, optparse-applicative approach may be helpful.

deemp commented

I researched a bit more. It seems like purescript-optparse, which is a port of optparse-applicative, provides necessary functionality.

I think this is a valuable feature request. I don't see any reason to close it.