pub async fn exec_subcommand(
    config: Config,
    cmd: &str,
    args: &ArgMatches
) -> Result<(), Error>