[][src]Function fakedate::run

pub fn run(cfg: &Config)

Generate a date with the given options, output it to stdout.

use fakedate::{options, run};

run(&options::Config::parse());