CLI11 icon indicating copy to clipboard operation
CLI11 copied to clipboard

Polish configuration file format

Open VolkerChristian opened this issue 1 year ago • 0 comments

  • Polish empty lines and disable description printing for apps and subcommands with empty name, empty group and with no options and subcommands.
  • Add commentDefaults() method to trigger to comment default value options in case default_also is true, so that the result set of an option is not pollute with default option values.
  • In case dafault_also is true mark required but not yet configured options as "<REQUIRED>" and not yet configured default options as "" in a commented line in the config file.

VolkerChristian avatar Mar 12 '23 12:03 VolkerChristian