diff --git a/.release-notes/4593.md b/.release-notes/4593.md new file mode 100644 index 0000000000..44becdec2e --- /dev/null +++ b/.release-notes/4593.md @@ -0,0 +1,3 @@ +## Apply default options for a CLI parent command when a sub command is parsed + +In the CLI package's parser, a default option for a parent command was ignored when a subcommand was present. This fix makes sure that parents' defaults are applied before handling the sub command.