spf13--cobra/cobra
Ian Walter a6cbaf61ec Working on #266: Ability to add nested commands
* Modified `cobra add` command to be able to parse argument into nested command structure
* Modified `createCmdFile` function to accept cmdPath
* Modified cmdFile template to specify package name and to TitleCase
  command names so that they can be accessed by child packages.
* Simplified `writeTemplateToFile` function so that just the file path
  is passed instead of base path and filename.
2016-04-27 22:44:53 -04:00
..
cmd Working on #266: Ability to add nested commands 2016-04-27 22:44:53 -04:00
main.go Add cobra generator application 2015-10-28 12:51:48 -04:00