pub fn prepare(argv: &[String]) -> Result<PreparedAction, PrepareFailure>Expand description
Run the shared preparation sequence over already-collected argv.
Passing an empty slice selects the same default listener configuration as invoking the compatibility binary with no arguments.