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

Single Command #8

Merged
merged 3 commits into from
May 22, 2023
Merged

Single Command #8

merged 3 commits into from
May 22, 2023

Conversation

ppinchuk
Copy link
Collaborator

Publicly expose logic that creates a single click command from a function. This can be useful for extending existing CLI with new commands from functions/classes

@ppinchuk ppinchuk added the feature New feature or request label May 22, 2023
@codecov-commenter
Copy link

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (558fb0a) 98.57% compared to head (3b5066c) 98.57%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #8   +/-   ##
=======================================
  Coverage   98.57%   98.57%           
=======================================
  Files          26       26           
  Lines        2458     2460    +2     
  Branches      407      407           
=======================================
+ Hits         2423     2425    +2     
  Misses         22       22           
  Partials       13       13           
Flag Coverage Δ
unittests 98.57% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
gaps/cli/command.py 100.00% <ø> (ø)
gaps/cli/__init__.py 100.00% <100.00%> (ø)
gaps/cli/cli.py 100.00% <100.00%> (ø)
gaps/version.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ppinchuk ppinchuk merged commit 05ac24e into main May 22, 2023
@ppinchuk ppinchuk deleted the pp/single_command branch May 22, 2023 20:39
github-actions bot pushed a commit that referenced this pull request May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants