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 instead of argparse #54

Merged
merged 5 commits into from
Oct 12, 2024

Conversation

dbhart
Copy link
Collaborator

@dbhart dbhart commented Oct 10, 2024

The click package provides better support for CLI apps than argparse. This will result in a patch-level update, as it is a refactor rather than a change.

@dbhart dbhart added python Pull requests that update Python code refactor Refactor code in a way that does not change functionality. labels Oct 10, 2024
@dbhart dbhart self-assigned this Oct 10, 2024
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 (d388c35).
Report is 28 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #54      +/-   ##
==========================================
+ 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%) ⬆️

@dbhart dbhart merged commit 323c99b into sandialabs:main Oct 12, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Pull requests that update Python code refactor Refactor code in a way that does not change functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants