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

FIX underscore -> hyphen in CLI #190

Merged
merged 5 commits into from
Jan 29, 2025
Merged

FIX underscore -> hyphen in CLI #190

merged 5 commits into from
Jan 29, 2025

Conversation

htwangtw
Copy link
Collaborator

@htwangtw htwangtw commented Jan 28, 2025

Closes #185

@jdkent Please let me know if this is good!

Copy link

codecov bot commented Jan 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.21%. Comparing base (73d716c) to head (1261bea).
Report is 13 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #190   +/-   ##
=======================================
  Coverage   94.21%   94.21%           
=======================================
  Files          18       18           
  Lines         761      761           
=======================================
  Hits          717      717           
  Misses         44       44           
Files with missing lines Coverage Δ
giga_connectome/run.py 95.34% <ø> (ø)
giga_connectome/tests/test_cli.py 98.03% <ø> (ø)

Copy link
Contributor

@jdkent jdkent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@htwangtw
Copy link
Collaborator Author

Yeah that's a good point for backward comparability. Thank you!

Copy link
Contributor

@jdkent jdkent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@htwangtw htwangtw merged commit 9a1dd33 into main Jan 29, 2025
17 checks passed
@htwangtw htwangtw deleted the fix/cli-hyphen branch January 29, 2025 17:00
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.

allow command line arguments to only use hyphens
2 participants