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

Convert command line interface to click #53

Closed
wants to merge 6 commits into from

Conversation

dbhart
Copy link
Collaborator

@dbhart dbhart commented Oct 10, 2024

This pull will refactor the command line app to use click instead of argparse. This will result in a patch-version update.

@dbhart dbhart added documentation Improvements or additions to documentation python Pull requests that update Python code labels Oct 10, 2024
@dbhart dbhart self-assigned this Oct 10, 2024
@dbhart dbhart closed this Oct 10, 2024
@dbhart
Copy link
Collaborator Author

dbhart commented Oct 10, 2024

Ooops - meant to do this PR from dbhart/main

Copy link

codecov bot commented Oct 10, 2024

Codecov Report

Attention: Patch coverage is 94.91525% with 6 lines in your changes missing coverage. Please review.

Project coverage is 88.53%. Comparing base (6adfe59) to head (944a9c8).
Report is 26 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #53      +/-   ##
==========================================
+ Coverage   88.25%   88.53%   +0.27%     
==========================================
  Files           8        8              
  Lines        1992     1962      -30     
==========================================
- Hits         1758     1737      -21     
+ Misses        234      225       -9     
Components Coverage Δ
python code 85.64% <93.25%> (+0.14%) ⬆️
C++ code ∅ <ø> (∅)
tests 99.75% <100.00%> (+0.01%) ⬆️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant