We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eadcc8f commit 7d8470eCopy full SHA for 7d8470e
clap_complete/src/aot/shells/powershell.rs
@@ -59,7 +59,7 @@ Register-ArgumentCompleter -Native -CommandName '{bin_name}' -ScriptBlock {{
59
60
// Escape string inside single quotes
61
fn escape_string(string: &str) -> String {
62
- string.replace('\'', "''")
+ string.replace('\'', "''").replace('’', "'’")
63
}
64
65
fn escape_help<T: ToString>(help: Option<&StyledStr>, data: T) -> String {
0 commit comments