You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to rewrite one of my program from python to haskell. It would be nice to have the same level of autocompletion as https://github.com/python-cmd2/cmd2. I make extensive use of cmd2 autocompletion based on python's argparse parsers.
Could haskeline allow to base autocompletion on optparse-applicative parser and autocompletes from that Parser ?
Alternatively, that could live in an haskeline-optparse library.
No description provided.
The text was updated successfully, but these errors were encountered: