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

Implement click command aliases #209

Merged
merged 8 commits into from
Nov 9, 2022
Merged

Conversation

rszamszur
Copy link
Member

@rszamszur rszamszur commented Nov 9, 2022

Checklist:

  • Added tests for changed code where applicable.
  • Documentation reflects the changes where applicable.
  • Updated the CHANGELOG.md file with your changes.
  • My PR is ready to review.

Resolves: #80

Description of the changes being introduced by the pull request:

@rszamszur rszamszur self-assigned this Nov 9, 2022
@rszamszur rszamszur added the enhancement New feature or request label Nov 9, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Nov 9, 2022

@github-actions github-actions bot temporarily deployed to pull request November 9, 2022 15:54 Inactive
@codecov-commenter
Copy link

Codecov Report

Merging #209 (da0fbe3) into master (29caaef) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #209   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        11    +1     
  Lines          316       377   +61     
=========================================
+ Hits           316       377   +61     
Impacted Files Coverage Δ
fastapi_mvc/cli/generate.py 100.00% <ø> (ø)
fastapi_mvc/cli/run.py 100.00% <ø> (ø)
fastapi_mvc/generators/controller.py 100.00% <ø> (ø)
fastapi_mvc/generators/generator.py 100.00% <ø> (ø)
fastapi_mvc/cli/cli.py 100.00% <100.00%> (ø)
fastapi_mvc/cli/new.py 100.00% <100.00%> (ø)
fastapi_mvc/core.py 100.00% <100.00%> (ø)
fastapi_mvc/generators/loader.py 100.00% <100.00%> (ø)
fastapi_mvc/generators/script.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@rszamszur rszamszur merged commit 360525d into master Nov 9, 2022
@rszamszur rszamszur deleted the implement_click_aliases branch November 9, 2022 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement CLI commands aliases
2 participants