Skip to content

Commit

Permalink
refactor(cli.rs): drop dialoguer and console soft fork (#2790)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Oct 22, 2021
1 parent da35d55 commit b1f5c6d
Show file tree
Hide file tree
Showing 24 changed files with 34 additions and 5,494 deletions.
5 changes: 5 additions & 0 deletions .changes/cli.rs-dialoguer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"cli.rs": patch
---

Drop the `dialoguer` soft fork and use the published version instead.
28 changes: 28 additions & 0 deletions tooling/cli.rs/Cargo.lock

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

1 change: 1 addition & 0 deletions tooling/cli.rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ tempfile = "3"
zeroize = "1.4"
glob = "0.3"
heck = "0.3"
dialoguer = "0.9"

[target."cfg(windows)".dependencies]
winapi = { version = "0.3", features = [ "winbase", "winuser", "consoleapi", "processenv", "wincon" ] }
Expand Down
137 changes: 0 additions & 137 deletions tooling/cli.rs/src/console/ansi.rs

This file was deleted.

76 changes: 0 additions & 76 deletions tooling/cli.rs/src/console/common_term.rs

This file was deleted.

32 changes: 0 additions & 32 deletions tooling/cli.rs/src/console/kb.rs

This file was deleted.

0 comments on commit b1f5c6d

Please sign in to comment.