We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d14f39 commit 93d4045Copy full SHA for 93d4045
clap_builder/src/builder/command.rs
@@ -2217,7 +2217,7 @@ impl Command {
2217
/// For example, imagine a CLI which has three positional arguments `[foo] [bar] [baz]...` where
2218
/// `baz` accepts multiple values (similar to man `ARGS...` style training arguments).
2219
///
2220
- /// With this setting the following invocations are posisble:
+ /// With this setting the following invocations are possible:
2221
2222
/// * `$ prog foo bar baz1 baz2 baz3`
2223
/// * `$ prog foo -- baz1 baz2 baz3`
0 commit comments