bash3boilerplate
bash3boilerplate copied to clipboard
document whether and how the auto-parsing handles positional arguments
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.
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