-
Notifications
You must be signed in to change notification settings - Fork 75
Add CLI entrypoint #176
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
Add CLI entrypoint #176
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #176 +/- ##
==========================================
+ Coverage 99.66% 99.67% +0.01%
==========================================
Files 10 11 +1
Lines 591 610 +19
==========================================
+ Hits 589 608 +19
Misses 2 2 ☔ View full report in Codecov by Sentry. |
niksirbi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love this! The only thing I'd add for now is "system" (as in Adam's mockup), if it's easy. Otherwise feel free to merge as is.
This reverts commit 8e90719.
|
I tried |




Description
What is this PR
Why is this PR needed?
This PR closes #168
What does this PR do?
This PR adds the CLI entrypoint that allows users to print diagnostic info in the CLI using
movement infoto, for instance, verify thatmovementwas installed successfully. This PR also paves the way for adding other commands likemovement labelto launch the napari GUI.References
#168
How has this PR been tested?
Tests have been added accordingly.
Does this PR require an update to the documentation?
Instructions to verify the
movementinstallation have been added to the "Getting started" page.Checklist: