Skip to content

Commit

Permalink
Get rid of atty dep
Browse files Browse the repository at this point in the history
Disable colors in clap, drop atty dep.

Apparently atty is buggy and unmaintained.

std has an alternative now, but we're using an old version of clap that
probably won't be updated.
  • Loading branch information
osa1 committed Jan 2, 2024
1 parent 22c7d50 commit e02f3de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 43 deletions.
42 changes: 0 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/osa1/sg"

[dependencies]
ansi_term = "0.12"
clap = "2.33"
clap = { version = "2.33", default_features = false }
tree-sitter = "0.20.6"

[build-dependencies]
Expand Down

0 comments on commit e02f3de

Please sign in to comment.