Support alternative name/value separator #3026
Labels
A-parsing
Area: Parser's logic and needs it changed somehow.
C-enhancement
Category: Raise on the bar on expectations
S-waiting-on-mentor
Status: Needs elaboration on the details before doing a 'Call for participation'
Please complete the following tasks
Clap Version
master
Describe your use case
A part of supporting non-unix syntax (#2468) is supporting a custom name/value separator.
Example:
Describe the solution you'd like
use_<name>
,requires_<name>
, and<name>_delimiter
likeuse_delimiter
,requires_delimiter
, andvalue_delimiter
requires_equals
in favor ofrequires_<name>
(especially since it references a specific syntax)use_delimiter
touse_value_delimiter
andrequires_delimiter
torequires_value_delimiter
to disambiguateAlternatives, if applicable
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: