I added a subcommand to my application and added an non-configurable option to it.
When calling app.config_to_str(true, true); this led to the description for the subcommand to be included in the output even though there are no configurable options for the command. This is confusing.