pub fn load_command_line<T: FromArgs>() -> Result<T, Error>
Expand description

Loads an argh struct from the command line.

We can’t just use the one-line argh parse in v2, because that writes to stdout and stdout doesn’t currently work in v2 components. Instead, grab and log the output.