|
|
@ -81,8 +81,11 @@ func (c *Config) Describe() {
|
|
|
|
var tmp string
|
|
|
|
var tmp string
|
|
|
|
colors.PrimaryPrint(`Location: "%s"`, name)
|
|
|
|
colors.PrimaryPrint(`Location: "%s"`, name)
|
|
|
|
|
|
|
|
|
|
|
|
// TODO: Add more info
|
|
|
|
tmp = ""
|
|
|
|
// colors.PrintDescription("From", l.From)
|
|
|
|
for _, path := range l.From {
|
|
|
|
|
|
|
|
tmp += fmt.Sprintf("\t%s %s\n", colors.Success.Sprint("←"), path)
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
colors.PrintDescription("From", tmp)
|
|
|
|
|
|
|
|
|
|
|
|
tmp = ""
|
|
|
|
tmp = ""
|
|
|
|
for _, to := range l.To {
|
|
|
|
for _, to := range l.To {
|
|
|
|