e.g:
run cobra-cli add get, it will generate cmd/get.go
run cobra-cli add config, it will generate cmd/config.go
run cobra-cli add get -p 'configCmd', it will also generate cmd/get.go
the thrid command will overwrite cmd/get.go
finally, we can't have 'app get ' and 'app config get ' two commands at the same time.