Simple CLI tool that I intend to develop as an exercise
add <task>
- adds task to listingls
- displays all the tasks storeddel <id>
- deletes given task
- First, install godoc with:
go install golang.org/x/tools/cmd/godoc@latest
- Then, in the project's root folder, run godoc -http=localhost:6060
- All the documentation for Public methods will be available at
http://localhost:6060/pkg/clitest