Update dandi [--help] printout on README.md#1699
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the README.md file to reflect the current output of the dandi --help command, ensuring the documentation accurately represents the CLI's current state.
Key Changes:
- Updated command descriptions to use plural forms where appropriate
- Added new commands that have been introduced to the CLI
- Minor text adjustments for consistency
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1699 +/- ##
==========================================
- Coverage 74.82% 74.81% -0.01%
==========================================
Files 84 84
Lines 11693 11693
==========================================
- Hits 8749 8748 -1
- Misses 2944 2945 +1
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:
|
|
Thank you! Ideally, may be, we should make CI to do it... @asmacdo does smth like that in https://github.com/con/duct/blob/main/.github/workflows/readme-updated.yaml |
I need to take a closer look. Tests are unexpectedly failing. |
|
@candleindark ping on this - could you bring this over the finish line? |
88597f3 to
449522d
Compare
816dfaf to
b5a9ccc
Compare
|
@yarikoptic I think this is OK to be merged now. The remaining test failure is unrelated to this PR as it appeared at https://github.com/dandi/dandi-cli/actions/runs/18254798625/job/51974612079 as well. |
|
@yarikoptic The remaining test passed. It was very slow and sometimes triggered a timeout. |
|
🚀 PR was released in |
This PR brings the printout from
dandi [--help]up-to-date