apple-clis 0.0.15

A collection of Apple command-line tool wrappers, library and CLI
Documentation
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");