We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7cfbdc commit fbec05eCopy full SHA for fbec05e
clap_complete/tests/testsuite/engine.rs
@@ -982,7 +982,7 @@ a_pos,c_pos"
982
}
983
984
#[test]
985
-fn suggest_allow_hyhpen() {
+fn suggest_allow_hyphen() {
986
let mut cmd = Command::new("exhaustive")
987
.arg(
988
clap::Arg::new("format")
@@ -1028,7 +1028,7 @@ fn suggest_allow_hyhpen() {
1028
1029
1030
1031
-fn suggest_positional_long_allow_hyhpen() {
+fn suggest_positional_long_allow_hyphen() {
1032
1033
1034
@@ -1090,7 +1090,7 @@ pos_b"
1090
1091
1092
1093
-fn suggest_positional_short_allow_hyhpen() {
+fn suggest_positional_short_allow_hyphen() {
1094
1095
1096
0 commit comments