pub fn process_opts(
filesystem: &dyn Filesystem,
opts: &Opts,
) -> Result<DiffContext>
Expand description
Process the command-line options to find the files to diff.
pub fn process_opts(
filesystem: &dyn Filesystem,
opts: &Opts,
) -> Result<DiffContext>
Process the command-line options to find the files to diff.