Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -982,6 +982,8 @@ pub struct Opt {
pub minus_file: Option<PathBuf>,

/// Second file to be compared when delta is being used to diff two files.
///
/// Note: Arguments after '--' are treated as filenames even if they start with '-'.
pub plus_file: Option<PathBuf>,

#[arg(skip)]
Expand Down