- commit
- 32f04ff
- parent
- c04dace
- author
- Eric Bower
- date
- 2024-05-11 22:52:27 -0400 EDT
change
1 files changed,
+1,
-1
M
cli.go
M
cli.go
+1,
-1
1@@ -76,7 +76,7 @@ Here's how it works:
2 return err
3 }
4 writer := NewTabWriter(sesh)
5- fmt.Fprintln(writer, "Name\tDir")
6+ fmt.Fprintln(writer, "ID\tDir")
7 for _, repo := range repos {
8 fmt.Fprintf(
9 writer,