6
0
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:
Grzegorz Dlugoszewski
2020-06-19 12:48:14 +02:00
parent 32211e6408
commit de51c05158
5 changed files with 148 additions and 4 deletions

View File

@@ -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})
}