Should show usage without argments #274#409
Conversation
|
Please add a test to make sure we don't regress in the future? Thanks |
|
@sylvestre Done, I also changed the test_missing_script_argument test, because it inputted no arguments, thus it was expected to receive --help. It now inputs arguments only for a file, but not a script |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #409 +/- ##
==========================================
- Coverage 82.29% 82.18% -0.11%
==========================================
Files 13 13
Lines 5534 5551 +17
Branches 310 312 +2
==========================================
+ Hits 4554 4562 +8
- Misses 977 986 +9
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I always forget the cargo fmt :/ |
dspinellis
left a comment
There was a problem hiding this comment.
Thanks! One minor improvement and we're good to go.
resolves #274