Skip to content

Commit 38400e5

Browse files
authored
Merge pull request #88 from ClickHouse/issue-87-improve-default-text-output
Use tabled for human-readable list output
2 parents d48fa31 + b659606 commit 38400e5

6 files changed

Lines changed: 365 additions & 112 deletions

File tree

.github/workflows/test-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
run: |
100100
./target/debug/clickhousectl local install latest
101101
# Verify a version was installed
102-
./target/debug/clickhousectl local list | grep -E "^ [0-9]"
102+
./target/debug/clickhousectl local list | grep -E "[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+"
103103
104104
- name: Test install minor version
105105
run: |

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ chrono = "0.4.44"
2323
atty = "0.2.14"
2424
open = "5.3.3"
2525
url = "2.5.8"
26+
tabled = "0.20.0"
2627

2728
[dev-dependencies]
2829
tempfile = "3.27.0"

0 commit comments

Comments
 (0)