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
Completions: uses standard conventions for bash completion files, namely '{bin}.bash-completion' (27f5bbfb, closes #567)
Help: automatically moves help text to the next line and wraps when term width is determined to be too small, or help text is too long (150964c4, closes #597)
YAML Errors: vastly improves error messages when using YAML (f43b7c65, closes #574)
Features
adds App::with_defaults to automatically use crate_authors! and crate_version! macros (5520bb01, closes #600)
Adds ability to determine term width and wrap help text intelligently on Windows!