github.com/tcnksm/gcli@v0.2.4-0.20170129033839-7eb950507e5a/tests/fixtures/command-design.toml (about) 1 Name = "todo" 2 Owner = "tcnksm" 3 Version = "0.1.0" 4 Description = "Manage TODO tasks from command line (from design file)" 5 6 [[Commands]] 7 Name = "add" 8 Synopsis = "Add new task" 9 Help = "Usage: todo [options] add" 10 DebugOutput = "Add new task" 11 12 [[Commands]] 13 Name = "list" 14 Synopsis = "Show all available tasks" 15 Help = "Usage: todo [options] list" 16 17 [[Commands]] 18 Name = "delete" 19 Synopsis = "Delete a task" 20 Help = "Usage: todo [options] delete"