# command-line-todo-list-rust **Repository Path**: darren94fang/command-line-todo-list-rust ## Basic Information - **Project Name**: command-line-todo-list-rust - **Description**: 微软教程中的 rusty-journal - **Primary Language**: Rust - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-04-21 - **Last Updated**: 2021-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # command-line-todo-list-rust #### Intro rust learn course: rusty-journal ## Usage: cargo run -- -j {file name} | to set the store file name cargo run add {task name} | to add new task cargo run list | to show all the tasks cargo run done [number index] | to delete what the index of tasks cargo run rand | to show a random task