mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-30 01:52:26 +08:00
tour list: left justify
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user