Skip to content

refactor: Optimize code#132

Merged
asthetik merged 4 commits intomainfrom
dev
Aug 26, 2025
Merged

refactor: Optimize code#132
asthetik merged 4 commits intomainfrom
dev

Conversation

@asthetik
Copy link
Copy Markdown
Owner

  • refactor: Move commands module into main.rs
  • refactor: Move file copy functions to file_util module
  • refactor: Remove path validation functionality

The move improves code organization by grouping related file operations
together in a dedicated module.
The path validation code was removed since canonical paths are already
checked when trying to access them, making the explicit validation
redundant.
@asthetik asthetik merged commit fdca823 into main Aug 26, 2025
10 checks passed
@asthetik asthetik deleted the dev branch August 26, 2025 07:10
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.

1 participant