Skip to content

dbc install from local package gives garbled output #351

@amoeba

Description

@amoeba

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions