Client command-line application that consumes a todo_list_api
server
-
create new todo tasks
-
list all available tasks [complete and pending]
-
view a specific task
-
delete a specific task
-
clone the repository and change to the todo_list_client repository directory
-
run
go build .
to build an executable -
run
/todo_list_client -h
for more information about the commands and options to use to run the tool