Skip to content

document non-obvious argparse behavior #5

@mattsb42-aws

Description

@mattsb42-aws

A user encountered this issue when accidentally mistyping --recursive as -recursive.

Because of argparse's behavior, this was interpreted as equivalent to -r -e -c ursive.

This behavior needs to be documented in the readme, as users of this CLI should not be required to be familiar with argparse's behavior.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions