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

sync: allow passing both -uy and --tests include|exclude #674

Merged
merged 1 commit into from
Oct 11, 2022

Commits on Oct 9, 2022

  1. sync: allow passing both --yes and --tests include|exclude

    Before this commit:
    
        $ configlet sync -uy --docs --tests include
        Error: '-y, --yes' was provided to non-interactively update, but the tests updating mode is still 'choose'.
    
    With this commit:
    
        $ configlet sync -uy --docs --tests include
        Updating cached 'problem-specifications' data...
        Checking exercises...
        Every exercise has up-to-date docs!
        Every exercise has up-to-date tests!
    
    Fixes: 673
    ee7 committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    a499dd9 View commit details
    Browse the repository at this point in the history