Function add_once_validated
pub fn add_once_validated(
config: &Config,
agent_alias: &str,
delay: &str,
command: &str,
approved: bool,
) -> Result<CronJob>Expand description
Create a one-shot validated shell job from a delay string (e.g. “30m”).