func CmdConfigRegion(c *cli.Context) error {
    if c.Bool("help") {
        return cli.ShowSubcommandHelp(c)
    }
    if c.NArg() != 0 {