databricks-cli/cmd/workspace/repos/overrides.go

10 lines
215 B
Go

package repos
import "github.com/databricks/bricks/libs/cmdio"
func init() {
listCmd.Annotations["template"] = cmdio.Heredoc(`
{{range .}}{{green "%d" .Id}} {{.Path}} {{.Branch|blue}} {{.Url|cyan}}
{{end}}`)
}