add support for human readable /_cat endpoints: 'api repl -H' (#87)

This commit is contained in:
T. von Dein
2026-07-10 11:21:45 +02:00
parent 53abe666e8
commit 9a42b86d62
4 changed files with 38 additions and 22 deletions

View File

@@ -67,10 +67,10 @@ test: clean buildlocal
testlint: test lint
lint:
lint-basic:
golangci-lint run --enable-only errcheck,govet,ineffassign,staticcheck,unused
lint-full:
lint:
golangci-lint run --show-stats=false
testfuzzy: clean