spf13--cobra/cobra/cmd
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
..
add.go Working on #266: Ability to add nested commands 2016-04-27 22:44:53 -04:00
helpers.go Working on #266: Ability to add nested commands 2016-04-27 22:44:53 -04:00
helpers_test.go Ugly fix for filepath.IsAbs not playing nicely with windows 2015-12-11 15:44:48 -05:00
init.go Working on #266: Ability to add nested commands 2016-04-27 22:44:53 -04:00
licenses.go Adding custom license functionality 2016-04-27 12:03:26 -04:00
root.go Adding custom license functionality 2016-04-27 12:03:26 -04:00