Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polish configuration file format #861

Closed

Conversation

VolkerChristian
Copy link
Contributor

  • 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 "" and not yet configured default options as "" in a commented line in the config file.

VolkerChristian and others added 2 commits March 12, 2023 13:05
…ommands with empty name, empty group and with no options and subcommands.

Mark required but not yet configured options as "<REQUIRED>" and not yet configured default options as "" in a commented line in the config file.
Add commentDefaults() to comment default value options in case default_also is true
@phlptp
Copy link
Collaborator

phlptp commented Oct 8, 2024

Going to work on this next after #1073 is merged.

@phlptp
Copy link
Collaborator

phlptp commented Oct 9, 2024

closing merged in #1075, thanks!!

@phlptp phlptp closed this Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants