We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0313a0 commit d38f2b7Copy full SHA for d38f2b7
crates/lambda-rs-args/src/lib.rs
@@ -440,7 +440,8 @@ impl ArgumentParser {
440
/// # Errors
441
/// Returns `ArgsError` when:
442
/// - `--help` / `-h` is present (`ArgsError::HelpRequested`).
443
- /// - An unknown argument is encountered in strict mode.
+ /// - An unknown argument is encountered when `ignore_unknown(false)` (the
444
+ /// default) is in effect.
445
/// - A value is missing for a value-taking argument.
446
/// - A value fails type parsing.
447
/// - A required argument is not provided.
0 commit comments