diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 22:31:12 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 22:31:12 +0200 |
| commit | a91b713dcec4d17f76155f0cd6b26903c59b9c19 (patch) | |
| tree | 44b1354e152c71a978738ee6ec47164ccef10b81 /cmd/krino/sort.go | |
| parent | c03a72f1d7b598c1fe8fd01bb1f5bbfbd0256313 (diff) | |
| download | krino-a91b713dcec4d17f76155f0cd6b26903c59b9c19.tar.gz krino-a91b713dcec4d17f76155f0cd6b26903c59b9c19.zip | |
plan 10: stderr messages cannot be split by quoted newlines; config paths escaped; krino new refuses control characters; independent terminal oracle
Diffstat (limited to 'cmd/krino/sort.go')
| -rw-r--r-- | cmd/krino/sort.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/krino/sort.go b/cmd/krino/sort.go index 52875ed..4d5f509 100644 --- a/cmd/krino/sort.go +++ b/cmd/krino/sort.go @@ -170,7 +170,7 @@ func cmdSort(g *globals, names []string, stdout, stderr io.Writer) int { fmt.Fprintln(stdout) } printed = true - fmt.Fprintln(stdout, p.bold(fmt.Sprintf("krino: %s %s", d.Name, xdg.Abbrev(d.Root)))) + fmt.Fprintln(stdout, p.bold(fmt.Sprintf("krino: %s %s", display(d.Name), display(xdg.Abbrev(d.Root))))) } // C3: directory-level warnings go to stderr after the header // line above, not before it, so on a terminal they read as |
