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
extra arguments support (special arguments after --, from #22)
terminal width detect only before help info generation
document update
Extra special arguments support has an example extra-arguments
Terminal width detection invokes a system call stty, only when you need to generate the help info FormatHelp. Which improves the runtime efficient for normal cases (when you don't need to show the help info).
Simplify error judge.
Before this version, you have to judge the error type returned from Parse
now you can compare it with BreakAfterHelpError (BreakAfterHelp instance) and BreakAfterShellScriptError (BreakAfterShellScript instance)