Argument requiring equals does not print = in help #903
Labels
C-enhancement
Category: Raise on the bar on expectations
E-medium
Call for participation: Experience needed to fix: Medium / intermediate
Rust Version
1.14.0
Affected Version of clap
2.21.1
Expected Behavior Summary
When calling
arg.require_equals(true)
, the generated help message should show--arg=<VALUE>
. Without the equals sign in the help message, the user will think to put a space and will be confused when that fails.Actual Behavior Summary
The help message shows
--arg <VALUE>
Sample Code
Debug output
The text was updated successfully, but these errors were encountered: