Skip to content

feat: cli Add mv command#246

Merged
szbr9486 merged 1 commit intoCurvineIO:mainfrom
201341:swj/feat_mv
Sep 8, 2025
Merged

feat: cli Add mv command#246
szbr9486 merged 1 commit intoCurvineIO:mainfrom
201341:swj/feat_mv

Conversation

@201341
Copy link
Copy Markdown
Contributor

@201341 201341 commented Sep 8, 2025

No description provided.

@201341 201341 changed the title cli: Add mv command feat: cli Add mv command Sep 8, 2025
@201341 201341 marked this pull request as ready for review September 8, 2025 04:29
@201341 201341 force-pushed the swj/feat_mv branch 2 times, most recently from 4f2e8cb to a315087 Compare September 8, 2025 06:09
@szbr9486 szbr9486 requested a review from lzjqsdd September 8, 2025 06:36

async fn rename(&self, _src: &Path, _dst: &Path) -> FsResult<bool> {
err_ufs!("Not supported")
if _src.is_root() || _dst.is_root() {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

_src,_dst no longer need _ prefix if parameter is used

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

fix

Signed-off-by: swj <1186093704@qq.com>
@szbr9486 szbr9486 merged commit 6a885cd into CurvineIO:main Sep 8, 2025
3 checks passed
szbr9486 pushed a commit that referenced this pull request Sep 11, 2025
Signed-off-by: swj <1186093704@qq.com>
@lzjqsdd lzjqsdd added the enhancement New feature or request label Sep 22, 2025
Coderlxl pushed a commit to Coderlxl/curvine that referenced this pull request Dec 25, 2025
Signed-off-by: swj <1186093704@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants