pub fn add_shell_job( config: &Config, agent_alias: &str, name: Option<String>, schedule: Schedule, command: &str, ) -> Result<CronJob, Error>