pub trait CliArgsToRaw { // Required method fn to_raw(&self) -> Vec<String>; }
Converts to a list of raw arguments, as they would be called in a command.