cu-nologging-task 0.10.0

This is an example for the Copper project to show how to stop the output of a task being logged.
1
2
3
4
5
6
7
8
use cu29::prelude::*;
use cu29_export::run_cli;

gen_cumsgs!("copperconfig.ron");

fn main() {
    run_cli::<CuStampedDataSet>().expect("Failed to run the export CLI");
}