mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 12:05:46 +00:00

Apparently, clap_complete doesn't properly escape single quotes in doc comments, leading to broken shell completions for zsh. To circumvent this, I've removed the single quote in the one place where it shouldn't have been in the first place ("it's" vs "its", contraction vs possessive pronoun), and replaced "it's" with "it is" in the other place. Reference to upstream issue: https://github.com/clap-rs/clap/issues/1596