aboutsummaryrefslogtreecommitdiffstats
path: root/commands/ls.go
diff options
context:
space:
mode:
authorSteve Moyer <smoyer1@selesy.com>2022-08-18 08:26:04 -0400
committerGitHub <noreply@github.com>2022-08-18 08:26:04 -0400
commitec24de3f0d19ff1a56d0b12d389ec1535be43ea2 (patch)
tree57668f8cdede563747a23a16e19b6304683bf692 /commands/ls.go
parent94e3bc85d4dea8eefa6c659e2f892b09dd7ddb41 (diff)
parent870fe69362f9225fa22de5ed3f0d8e2ecd02c3fb (diff)
downloadgit-bug-ec24de3f0d19ff1a56d0b12d389ec1535be43ea2.tar.gz
Merge pull request #851 from MichaelMure/feat-836-machine-parseable-ls-text
feat(836): updates default `ls` formatter for TSV output
Diffstat (limited to 'commands/ls.go')
-rw-r--r--commands/ls.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/ls.go b/commands/ls.go
index 61724f2a..f5fc6681 100644
--- a/commands/ls.go
+++ b/commands/ls.go
@@ -279,7 +279,7 @@ func lsDefaultFormatter(env *Env, bugExcerpts []*cache.BugExcerpt) error {
comments = " ∞ 💬"
}
- env.out.Printf("%s %s\t%s\t%s\t%s\n",
+ env.out.Printf("%s\t%s\t%s\t%s\t%s\n",
colors.Cyan(b.Id.Human()),
colors.Yellow(b.Status),
titleFmt+labelsFmt,