bash3boilerplate
bash3boilerplate copied to clipboard
Feature Request: long-form only arguments or multi-letter short arguments
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.
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
Cool great. I will be using that in the meantime :)
I'm thinking of changing things so that long options are the default/required and short options are optional
💯
Been a while here, wondering if any progress or interest in implementing this?
no... working on backtrace first... not sure if I'll get to this anytime soon