go install github.com/spf13/cobra-cli
cobra-cli init github.com/kshitijbahul/go-cli -a "Kshitij Bahul"
cobra-cli add list
-> Add it to the Root file
-> Add the Flag to the individual file of teh command
./go-cli add "Top Priority" -p1
go run main.go done (a todo)
To use the program set the env variable
```export TODO_DATAFILE=$HOME/customTodos.json````