Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 297 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 297 Bytes

todo-cli-rust

rust cli tool to make todo list

MADE WITH RUST

HOW TO RUN

  • cargo run -- <option> <value>

OPTIONS

  • add -> to add todo
  • complete -> to mark a todo as completed
  • delete -> to delete a single todo
  • clear -> to clear everything
  • display -> to display all of the todos