pacak / bpaf

Command line parser with applicative interface
336 stars 17 forks source link

Should completion descriptions with backtick should be escaped better? #336

Closed pacak closed 5 months ago

pacak commented 7 months ago

Currently it would try to execute dev and release in this example

        --release             Compile in release mode (default)
        --dev                 Compile in dev mode
        --profile=PROFILE     Build for this specific profile, you can also use `dev` and `release` here
                              [env:CARGO_SHOW_ASM_PROFILE: N/A]
        --target=TRIPLE       Build for the target triple
    -C=FLAG                   Codegen flags to rustc, see 'rustc -C help' for details
    -Z=FLAG                   Unstable (nightly-only) flags to Cargo, see 'cargo -Z help' for details
pacak commented 7 months ago

This includes "