With dbc from main
$ go run ./cmd/dbc install sqlite_macos_amd64_v1.10.0.tar.gz
Installing from local package: sqlite_macos_amd64_v1.10.0.tar.gz
[✓] installing
[✓] verifying signature
Installed sqlite_macos_amd64_v1.10.0 1.10.0 to /Users/bryce/Library/Application Support/ADBC/Drivers
^[[?2026;2$y^[[?2027;2$y⏎
old behavior (dbc 0.2.0, using old bubbletea v1 renderer):
$ dbc install sqlite_macos_amd64_v1.10.0.tar.gz
Installing from local package: sqlite_macos_amd64_v1.10.0.tar.gz
[✓] installing
[✓] verifying signature
Installed sqlite_macos_amd64_v1.10.0 1.10.0 to /Users/bryce/Library/Application Support/ADBC/Drivers
I'm assuming this is due entirely to the bubbletea v2 upgrade.
With dbc from main
old behavior (dbc 0.2.0, using old bubbletea v1 renderer):
I'm assuming this is due entirely to the bubbletea v2 upgrade.