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.