clap-rs / clap

A full featured, fast Command Line Argument Parser for Rust
docs.rs/clap
Apache License 2.0
13.64k stars 1.02k forks source link

fix(fish completions): quote short options too #5503

Open lolbinarycat opened 1 month ago

lolbinarycat commented 1 month ago

this should make things a bit easier for any programs that want to make '-?' an alias for '--help'

epage commented 1 month ago

Can you add a test case that demonstrates the problem?

Ideally, the test case would apply to all shells and be in its own commit, showing the current behavior. Your current commit would then be on top and would then include test updates.

Separating the test from the fix makes it so the fix commit demonstrates in action what the change of behavior is and helps test-the-test.