Skip to content

Commit d0313a0

Browse files
committed
[update] documentation
1 parent 3147202 commit d0313a0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • crates/lambda-rs-args/src

crates/lambda-rs-args/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,8 @@ impl ArgumentParser {
446446
/// - A required argument is not provided.
447447
/// - Mutually exclusive or requires relationships are violated.
448448
///
449+
/// # Behavior
450+
///
449451
/// - Aliases are resolved during parsing; lookups on `ParsedArgs` use the
450452
/// declared argument name (canonical form), not an alias.
451453
/// - Combined short flags like `-vvv` are supported only for `Count` and

0 commit comments

Comments
 (0)