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

Commits on Mar 12, 2023

  1. Polish empty lines and disable description printing for apps and subc…

    …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
    VolkerChristian committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    6bf39b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    c7766cf View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    6cf3877 View commit details
    Browse the repository at this point in the history
  2. style: pre-commit.ci fixes

    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 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    9a661b2 View commit details
    Browse the repository at this point in the history