Skip to content

Commit ebaeedd

Browse files
authored
Remove humility repl for now (#650)
This PR removes `humility repl`, which is not widely used (and isn't any faster than iterating at the CLI, because it reloads the archive on each call).
1 parent ace1eac commit ebaeedd

11 files changed

Lines changed: 11 additions & 605 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ members = [
6666
"cmd/reset",
6767
"cmd/rencm",
6868
"cmd/rendmp",
69-
"cmd/repl",
7069
"cmd/ringbuf",
7170
"cmd/sensors",
7271
"cmd/spctrl",
@@ -240,7 +239,6 @@ rand = "0.10"
240239
ratatui = "0.30.0"
241240
raw-cpuid = { version = "11.0.0", features = ["display"] }
242241
rayon = "1.7"
243-
reedline = "0.11.0"
244242
regex = "1.5.5"
245243
ron = "0.12"
246244
rusb = "0.8.1"

0 commit comments

Comments
 (0)