pub fn display_single( expression: &str, verbose: bool, comment: Option<&str>, command: Option<&str>, color: bool, ) -> Result<()>
Display a single cron expression
Returns an error if the cron expression cannot be parsed