Skip to content

Commit

Permalink
Fix incorrect env var nam
Browse files Browse the repository at this point in the history
  • Loading branch information
Torsten Long committed Aug 14, 2024
1 parent 2867852 commit aedd4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cfg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ pub struct CliArgs {
/// Specify a downstream pager for diffs (with args) that reads diffs from stdin.
/// {n} Useful if you want to display a diff nicely. For example, specify
/// {n} "delta --side-by-side" to get a side-by-side view.
#[arg(value_enum, short, long, env = "MDSLW_REPORT")]
#[arg(value_enum, short, long, env = "MDSLW_DIFF_PAGER")]
pub diff_pager: Option<String>,
/// The path to the file that is read from stdin. This is used to determine relevant config
/// files{n} when reading from stdin and to run an upstream formatter.
Expand Down

0 comments on commit aedd4ac

Please sign in to comment.