* 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.