Skip to content
This repository has been archived by the owner on Feb 16, 2019. It is now read-only.

Switch to argparse and use argcomplete to deal with options with fixed list of possibilities #28

Open
mattb112885 opened this issue Jan 12, 2013 · 0 comments

Comments

@mattb112885
Copy link
Owner

I should be using argparse rather than optparse because the latter is obsoleted. Also, it works with this package:

https://github.com/kislyuk/argcomplete

I see the following uses (at least) for such a package:

1 - Automatically suggest run IDs for the many functions that require input of a single run ID
2 - Automatically suggest scoring metrics for the functions that only allow use of a specific set of scoring metrics.

Would it get confusing if I use such an ability for some arguments but not for most?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant