tool-builder: update stale hf --help output with all current commands#96
Merged
burtenshaw merged 1 commit intohuggingface:mainfrom Mar 23, 2026
Merged
Conversation
The `hf --help` listing was missing 12 command groups that are registered in cli/hf.py L89–L104: buckets, collections, datasets, discussions, extensions, models, papers, repos, skills, spaces, sync, webhooks Also: - Replace deprecated `repo` / `repo-files` with current `repos` - Fix typo: `huggingface_hub` → `huggingface-cli` in deprecation note Verified against huggingface_hub@b23f3e04. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
hf --helplisting:buckets,collections,datasets,discussions,extensions,models,papers,repos,skills,spaces,sync,webhooksrepo/repo-fileswith currentreposhuggingface_hub→huggingface-cliin deprecation noteSource reference (huggingface_hub@b23f3e04)
All command groups are registered in
cli/hf.pyL89–L104:Test plan
hf --helpoutput🤖 Generated with Claude Code