mirror of
https://github.com/grdl/git-get.git
synced 2026-02-09 12:39:18 +00:00
Improve the implementation of the smart tree printer
It now correctly indents lines with branches status
This commit is contained in:
@@ -106,7 +106,7 @@ func PrintRepos(repos []*Repo) {
|
||||
root := viper.GetString(KeyReposRoot)
|
||||
|
||||
tree := BuildTree(root, repos)
|
||||
fmt.Println(RenderTree(tree))
|
||||
fmt.Println(RenderSmartTree(tree))
|
||||
}
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user