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

Feature config file format #1075

Merged
merged 4 commits into from
Oct 9, 2024
Merged

Conversation

phlptp
Copy link
Collaborator

@phlptp phlptp commented Oct 9, 2024

Duplicate of #861 I don't seem to access to push to that branch directly so this is the edits required to get it merged

VolkerChristian and others added 3 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
Copy link

codecov bot commented Oct 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (e4ee3af) to head (9a661b2).
Report is 43 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##              main     #1075     +/-   ##
===========================================
  Coverage   100.00%   100.00%             
===========================================
  Files           17        17             
  Lines         4546      4698    +152     
  Branches         0      1007   +1007     
===========================================
+ Hits          4546      4698    +152     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

initialize values

fix clang-tidy issue

style: pre-commit.ci fixes

clean up config documentation and structure ordering

style: pre-commit.ci fixes

add some tests for coverage

style: pre-commit.ci fixes

fix config tests and help usage example
@phlptp phlptp merged commit f865d2b into CLIUtils:main Oct 9, 2024
56 checks passed
@phlptp phlptp deleted the Feature_ConfigFileFormat branch October 9, 2024 15:59
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