bash3boilerplate icon indicating copy to clipboard operation
bash3boilerplate copied to clipboard

document whether and how the auto-parsing handles positional arguments

Open tomprogers opened this issue 6 years ago • 1 comments

Parsing of options seems to work fine, but what's the deal as far as positional args? My script should accept one. Am I just on my own to figure out where to pick up the thread at the bottom of the template? The boilerplate code has already performed so many operations on the normal argument variables, it's hard to know where things stand.

tomprogers avatar Apr 21 '20 23:04 tomprogers

That's a good question, so you mean instead of:

launch.sh -action help what about launch.sh help? I have not written the parser myself but I do not think the parser supports this actually

kvz avatar Apr 22 '20 08:04 kvz