dondakeshimo / todo-cli

manage todo list at cli
MIT License
5 stars 3 forks source link

conf --task_file_path be able to specify not exist file path #99

Closed dondakeshimo closed 3 years ago

dondakeshimo commented 3 years ago
todo conf --task_file_path="/not/exist/file"

Above command occur panic. I fixed it.