Making todo cli in rust🤙

  • Hello World
  • Collect CLI arguments into Vector
  • Create a way to store user inputs
  • Starts with list all tasks
  • Create an empty list
  • Seed the list with default data
  • List all tasks
  • Add new task
  • Mark task as complete
  • Unmark a task
  • Remove a task
  • Build for production
    • Linux
    • Mac