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

document whether and how the auto-parsing handles positional arguments #137

Open
tomprogers opened this issue Apr 21, 2020 · 1 comment
Open

Comments

@tomprogers
Copy link

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.

@kvz
Copy link
Owner

kvz commented Apr 22, 2020

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

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

2 participants