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: show argument help by default + support rich-click overrides #115

Merged
merged 2 commits into from
Dec 23, 2023

Conversation

eonu
Copy link
Owner

@eonu eonu commented Dec 23, 2023

  • If rich-click is installed, rich_click.SHOW_ARGUMENTS is now set to True by default, meaning that arguments are displayed in command help.
  • Users can now also provide rich_click configuration to feud.run, e.g.:
     feud.run(command, SHOW_ARGUMENTS=False, MAX_WIDTH=50)

@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 1dd34d77-541f-4a63-8331-c633f9db3eca

  • 16 of 16 (100.0%) changed or added relevant lines in 1 file are covered.
  • 13 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.6%) to 96.31%

Files with Coverage Reduction New Missed Lines %
core/init.py 13 74.0%
Totals Coverage Status
Change from base Build 86a115f7-cf9f-4793-929f-9d9afb232b39: -0.6%
Covered Lines: 1775
Relevant Lines: 1843

💛 - Coveralls

@eonu eonu merged commit 683f2e5 into dev Dec 23, 2023
9 checks passed
@eonu eonu deleted the support-rich-settings branch December 23, 2023 02:28
@github-actions github-actions bot mentioned this pull request Dec 26, 2023
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.

None yet

2 participants