Skip to content

Commit b1f5c6d

Browse files
authored
refactor(cli.rs): drop dialoguer and console soft fork (#2790)
1 parent da35d55 commit b1f5c6d

File tree

24 files changed

+34
-5494
lines changed

24 files changed

+34
-5494
lines changed

.changes/cli.rs-dialoguer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"cli.rs": patch
3+
---
4+
5+
Drop the `dialoguer` soft fork and use the published version instead.

tooling/cli.rs/Cargo.lock

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tooling/cli.rs/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ tempfile = "3"
4949
zeroize = "1.4"
5050
glob = "0.3"
5151
heck = "0.3"
52+
dialoguer = "0.9"
5253

5354
[target."cfg(windows)".dependencies]
5455
winapi = { version = "0.3", features = [ "winbase", "winuser", "consoleapi", "processenv", "wincon" ] }

tooling/cli.rs/src/console/ansi.rs

Lines changed: 0 additions & 137 deletions
This file was deleted.

tooling/cli.rs/src/console/common_term.rs

Lines changed: 0 additions & 76 deletions
This file was deleted.

tooling/cli.rs/src/console/kb.rs

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)