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
Simple getOpt wrapper. If the caller didn't supply their own already, adds <code>--version</code>/<code>-V</code> and <code>--help</code>/<code>-h</code> options automatically; stops program if there was an error, or if <code>--help</code> or <code>--version</code> was used.
291
291
@@ -298,7 +298,7 @@ <h3>Parameters</h3>
298
298
</li>
299
299
300
300
<li>
301
-
undefined_opts: if true, allow and collect undefined options
0 commit comments