Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@gitttt-1234
Copy link
Collaborator

@gitttt-1234 gitttt-1234 commented Sep 4, 2025

This PR updates the CLI interface by having a main entrypoint, sleap-nn, with subcommands train, track, and eval. The new CLI is implemented with click and provides clearer --help messages, including helpful tips at the main and subcommand levels. We also add convenient shortcuts for most commonly used arguments. The legacy CLIs (sleap-nn-train, sleap-nn-track, and sleap-nn-eval) are removed in favor of the new interface.

Related Issue: #308

Divya Seshadri Murali added 2 commits September 3, 2025 16:56
@codecov
Copy link

codecov bot commented Sep 4, 2025

Codecov Report

❌ Patch coverage is 87.09677% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 95.31%. Comparing base (ff91433) to head (225e36d).
⚠️ Report is 23 commits behind head on main.

Files with missing lines Patch % Lines
sleap_nn/cli.py 86.66% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #314      +/-   ##
==========================================
+ Coverage   95.28%   95.31%   +0.02%     
==========================================
  Files          49       49              
  Lines        6765     6954     +189     
==========================================
+ Hits         6446     6628     +182     
- Misses        319      326       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@gitttt-1234 gitttt-1234 merged commit f98332e into main Sep 4, 2025
7 of 8 checks passed
@gitttt-1234 gitttt-1234 deleted the divya/update-cli-groups branch September 4, 2025 00:49
@gitttt-1234 gitttt-1234 mentioned this pull request Sep 4, 2025
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.

2 participants