Skip to content

Commit

Permalink
Support DELTA_FEATURES environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Dec 17, 2020
1 parent 5f85977 commit a52e36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ pub struct Opt {
pub color_only: bool,

////////////////////////////////////////////////////////////////////////////////////////////
#[structopt(long = "features", default_value = "")]
#[structopt(long = "features", default_value = "", env = "DELTA_FEATURES")]
/// Name of delta features to use (space-separated). A feature is a named collection of delta
/// options in ~/.gitconfig. See FEATURES section.
pub features: String,
Expand Down

0 comments on commit a52e36d

Please sign in to comment.