pub fn parse_cmd(
    service_name: &str,
    matches: &ArgMatches<'_>
) -> (ProcessAction, Option<String>)