multimeric / ArgparsePrompt

Wrapper for the built-in Argparse, allowing missing command-line arguments to be filled in by the user via interactive prompts
GNU General Public License v3.0
11 stars 4 forks source link

Added support for parameter choices #7

Open bwinkers opened 4 years ago

bwinkers commented 4 years ago

We display the choices pipe delimited and block moving forwards without selecting valid option.

bwinkers commented 4 years ago

I just wanted to offer up my solution for supporting choices in the parameters.

multimeric commented 4 years ago

I also accidentally forgot to run CI builds on pull requests but that should be enabled now, so hopefully it should show if any tests are failing once you push a new commit.

PanieriLorenzo commented 1 year ago

News? I'd really like this feature

multimeric commented 1 year ago

You are welcome to fork this fork and submit another pull request.