Skip to content

Commit

Permalink
taplo-cli: update crates and clap description
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanazamfirei committed Jul 16, 2023
1 parent 3c8278c commit 442f7b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion crates/taplo-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ toml-test = []
[dependencies]
anyhow = { version = "1", features = ["backtrace"] }
async-ctrlc = { version = "1.2.0", features = ["stream"], optional = true }
clap = { version = "3.0.0", features = ["derive", "cargo"] }
clap = { version = "3.0.0", features = ["derive", "cargo", "env"] }
codespan-reporting = "0.11.1"
futures = "0.3"
glob = "0.3"
Expand Down
2 changes: 0 additions & 2 deletions crates/taplo-cli/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ pub struct TaploArgs {
#[derive(Clone, Args)]
pub struct GeneralArgs {
/// Path to the Taplo configuration file.
///
/// Configuration file can be specified in $TAPLO_CONFIG
#[clap(long, short, env = "TAPLO_CONFIG")]
pub config: Option<PathBuf>,

Expand Down

0 comments on commit 442f7b7

Please sign in to comment.