diff --git a/comitium.go b/comitium.go index bc40f0c..a6b116e 100644 --- a/comitium.go +++ b/comitium.go @@ -59,8 +59,7 @@ func main() { fetch.RefreshAll(&core.Data, *refreshWorkersFlag) case "list": argCheck(c.Args(), 0, false, "'list' doesn't take an argument!") - // TODO - fmt.Fprintln(os.Stderr, "Not Yet Implemented") + core.Data.Export(os.Stdout) case "add": argCheck(c.Args(), 1, true, "Please provide a URL to add.")