#477 disabled abbreviations on the root parser, but not on subparsers. So if you have a command `foo` with subcommand `bar`, you cannot do `foo --hel`, but can do `foo bar --hel` and it will run `--help`.