prefixload 0.7.0

S3 cli backuper
Documentation
1
2
3
4
5
use crate::error::Result;

pub async fn run(cron: &str) -> Result<String> {
    Ok(format!("Cron expression: {}", cron))
}