mirror of
https://github.com/grdl/git-get.git
synced 2026-02-04 18:34:51 +00:00
Update readme, add some todos, add example svg
This commit is contained in:
@@ -51,6 +51,7 @@ func List(c *ListCfg) error {
|
||||
case cfg.OutDump:
|
||||
printer = &print.DumpPrinter{}
|
||||
default:
|
||||
// TODO: fix
|
||||
return fmt.Errorf("invalid --out flag; allowed values: %v", []string{cfg.OutFlat, cfg.OutTree, cfg.OutSmart})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user