Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: long-form only arguments or multi-letter short arguments #23

Open
gdevenyi opened this issue Jun 16, 2016 · 5 comments
Assignees

Comments

@gdevenyi
Copy link
Contributor

I'd like to add arguments for some features that have the same starting letter:
--walltime-template
--walltime-subject

Right now, short options are limited to a single letter, so it's not clear how I can expose these.

@zbeekman
Copy link
Collaborator

I'm thinking of changing things so that long options are the default/required and short options are optional... in the mean time, you'll have to do something like -w --walltime-template, -W --walltime-subject, or something like -t --walltime-template, -s --walltime-subject

@gdevenyi
Copy link
Contributor Author

Cool great. I will be using that in the meantime :)

@kvz
Copy link
Owner

kvz commented Jun 19, 2016

I'm thinking of changing things so that long options are the default/required and short options are optional

💯

@zbeekman zbeekman self-assigned this Jun 23, 2016
@gdevenyi
Copy link
Contributor Author

gdevenyi commented Feb 9, 2017

Been a while here, wondering if any progress or interest in implementing this?

@zbeekman
Copy link
Collaborator

zbeekman commented Feb 9, 2017

no... working on backtrace first... not sure if I'll get to this anytime soon

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

No branches or pull requests

3 participants