You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would this fix work on all versions that the script supports? If so then feel free to create a pull request with these changes. Even if not final this creates discussion hopefully to fix this.
If multiple command line options are used only the first one gets parsed. eg. "-c configpath --force". This is caused by misplaced "break" commands
I think it would be better to use the bash builtin getopts like
The text was updated successfully, but these errors were encountered: