Skip to content

fix(ml-cellar): change materialize command into download command#21

Merged
scepter914 merged 3 commits intomainfrom
fix/download
Jan 18, 2026
Merged

fix(ml-cellar): change materialize command into download command#21
scepter914 merged 3 commits intomainfrom
fix/download

Conversation

@scepter914
Copy link
Copy Markdown
Owner

Summary

  • fix(ml-cellar): change materialize command into download command

Change point

  • fix(ml-cellar): change materialize command into download command

"Download" is easier to understand than "Materialize".

Signed-off-by: scepter914 <scepter914@gmail.com>
Signed-off-by: scepter914 <scepter914@gmail.com>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/materialize to download-all/download
  • Created new download.rs module to replace materialize.rs module
  • 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.

Comment thread README.md Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@scepter914 scepter914 merged commit ac99819 into main Jan 18, 2026
1 check passed
@scepter914 scepter914 deleted the fix/download branch January 24, 2026 12:17
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