multiple paths

This commit is contained in:
2021-10-30 13:01:31 +02:00
parent 4055ebf8e8
commit c2f9ed9204
2 changed files with 6 additions and 3 deletions

View File

@@ -81,7 +81,8 @@ func (c *Config) Describe() {
var tmp string
colors.PrimaryPrint(`Location: "%s"`, name)
colors.PrintDescription("From", l.From)
// TODO: Add more info
// colors.PrintDescription("From", l.From)
tmp = ""
for _, to := range l.To {