pub fn dry_run_command<P, Q>(inpath: P, outpath: Q) -> Commandwhere
    P: AsRef<Path>,
    Q: AsRef<Path>,
Expand description

Command to simulate gs_command.

Please see its documentation to know what it should do.

This command requires a program args which diagnoses the command line. You can install for instance args or argrs (in this case you must symlink it to args).