pub fn nice_export_standalone_with_args<P: Plugin, Args: IntoIterator<Item = String>>(
args: Args,
) -> boolExpand description
The same as nice_export_standalone(), but with the arguments taken from an iterator instead
of using std::env::args().