fix(ml-cellar): change materialize command into download command#21
Merged
scepter914 merged 3 commits intomainfrom Jan 18, 2026
Merged
fix(ml-cellar): change materialize command into download command#21scepter914 merged 3 commits intomainfrom
scepter914 merged 3 commits intomainfrom
Conversation
Signed-off-by: scepter914 <scepter914@gmail.com>
Signed-off-by: scepter914 <scepter914@gmail.com>
There was a problem hiding this comment.
Pull request overview
This PR renames the "materialize" command to "download" in the ml-cellar CLI tool to improve clarity and user understanding. The change replaces technical jargon with more accessible terminology.
Changes:
- Renamed CLI commands from
materialize-all/materializetodownload-all/download - Created new
download.rsmodule to replacematerialize.rsmodule - Updated documentation in code comments and README to reflect the new terminology
Reviewed changes
Copilot reviewed 1 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| materialize.rs | Updated documentation comments (though this module is no longer imported) |
| main.rs | Replaced materialize module with download module and renamed enum commands |
| download.rs | New module file containing download functions with updated naming |
| clone.rs | Updated comment to reference "download" terminology |
| README.md | Updated user-facing documentation for the renamed commands |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.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
Change point
"Download" is easier to understand than "Materialize".