提交 0ee4b3ec 作者: Juan Batiz-Benet

tour list: left justify

上级 6f7bab38
......@@ -104,7 +104,7 @@ func tourListCmd(c *commander.Command, _ []string) error {
}
t := tour.Topics[id]
fmt.Printf("- %c %5.5s %s\n", c, id, t.Title)
fmt.Printf("- %c %-5.5s %s\n", c, id, t.Title)
}
return nil
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论