github.com/jduhamel/gcli@v0.2.4-0.20151019142748-0d5307cd7e21/command/fixtures/valid-design.toml (about)

     1  Name = "todo"
     2  Owner = "tcnksm"
     3  Version = "0.1.0"
     4  Description = ""
     5  Framework = "codegangsta_cli"
     6  
     7  [[Commands]]
     8    Name = "Add"
     9    Synopsis = "Add new task"
    10    Help = "[Usage] todo [option] add TASK"