1 2 3 4 5 6 7 8 9
use crate::prelude::*; pub mod assess; pub struct SpctlCLIInstance { exec_path: Utf8PathBuf, } impl_exec_instance!(SpctlCLIInstance, "spctl");