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
When Options is derived, the usage() output will have an extra \n after long_param if -short, --long long_param is longer than 29 characters. This causes long_param to be set to None, description to be set to what should be long_param, and the actual help description from that flag to be missing from the help output entirely.
When
Options
is derived, theusage()
output will have an extra\n
afterlong_param
if-short, --long long_param
is longer than 29 characters. This causeslong_param
to be set toNone
,description
to be set to what should belong_param
, and the actualhelp
description from that flag to be missing from the help output entirely.Using
lines()
here doesn't work:abscissa/core/src/command/usage.rs
Line 350 in bee6525
The text was updated successfully, but these errors were encountered: