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

Feat #89 isolation and extensibility design #103

Merged
merged 20 commits into from
Apr 12, 2023
Merged

Feat #89 isolation and extensibility design #103

merged 20 commits into from
Apr 12, 2023

Commits on Oct 23, 2022

  1. Configuration menu
    Copy the full SHA
    a594c1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1eef5ed View commit details
    Browse the repository at this point in the history
  3. feat: Add support for isolated configuration of Rich Console and help…

    … formatting
    
    - Adhere to click `HelpFormatter` interface
    - Add tests :D
    
    See #89 #88 #25 #19
    BrutalSimplicity committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    85a5ed6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f5035a View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    e42d330 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3392ad7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f535ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6de78db View commit details
    Browse the repository at this point in the history
  5. fix: fixes usage formatting

    The `command.get_usage` method generates the usage string by writing it
    to a new formatter. This caused Rich to apply the styles twice.
    BrutalSimplicity authored and ewels committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    52ff477 View commit details
    Browse the repository at this point in the history
  6. chore: update tests

    BrutalSimplicity authored and ewels committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    a323268 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ace3ac2 View commit details
    Browse the repository at this point in the history
  8. Fix group

    davidbrochart committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    420e826 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    a899911 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a562aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    052e30b View commit details
    Browse the repository at this point in the history
  4. Fix merge conflicts

    ewels committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    7e9d000 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    ewels committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    be14fe6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e19f048 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a4181f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #105 from davidbrochart/pullrequest-92-patch

    Replace click_group with click_command
    ewels authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    0984955 View commit details
    Browse the repository at this point in the history