Skip to content

Commit fe1c361

Browse files
committed
Raise max-stack to 4.
1 parent 5e5ef24 commit fe1c361

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

awscli/argprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ class ParamShorthandDocGen(ParamShorthand):
437437
"""Documentation generator for param shorthand syntax."""
438438

439439
_DONT_DOC = object()
440-
_MAX_STACK = 3
440+
_MAX_STACK = 4
441441

442442
def supports_shorthand(self, argument_model):
443443
"""Checks if a CLI argument supports shorthand syntax."""

0 commit comments

Comments
 (0)