feat: 实现 WinShell命令行工具的基本功能
- 新增 mkdir、ls、mv、rm、touch、cat 等常用命令的实现 - 支持命令行参数解析和错误处理 - 使用模块化设计,便于后续扩展 - 添加 Cargo.toml 文件,定义项目依赖 - 创建 .gitignore 文件,忽略不必要的文件和目录
This commit is contained in:
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
/target
|
||||
.idea
|
||||
*.iml
|
||||
Cargo.lock
|
Reference in New Issue
Block a user