diff options
Diffstat (limited to 'todo.go')
| -rw-r--r-- | todo.go | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -11,7 +11,7 @@ import ( ) const ( - VERSION = "0.6" + VERSION = "0.7" ) func main() { @@ -121,12 +121,13 @@ func usage() { blueBold.Println("\nDeleting") yellow.Println("\ttodo d 33") fmt.Println("\tDeletes a todo with id 33\n") - fmt.Println("Todolist was lovingly crafted by Grant Ammons (https://twitter.com/gammons).") - fmt.Println("For full documentation, please visit http://todolist.site") blueBold.Println("\nGarbage Collection") yellow.Println("\ttodo gc") fmt.Println("\tDeletes all archived todos.\n") + + fmt.Println("Todolist was lovingly crafted by Grant Ammons (https://twitter.com/gammons).") + fmt.Println("For full documentation, please visit http://todolist.site") } func routeInput(command string, input string) { |
