Summary
Add optional flag to gaiad testnet to make config directory of daemon (default gaiad) and cli (default gaiacli) configurable.
Problem Definition
Right now, gaiad testnet always creates config files in subfolders called gaiad and gaiacli. For apps build with Cosmos SDK, the naming should be adjustable.
The change would be downwards compatible.
Proposal
Add optional flags to adjust names, will create a PR in a moment PR: #1993 .
For Admin Use