diff options
| author | nytpu <alex@nytpu.com> | 2021-03-18 13:48:35 -0600 |
|---|---|---|
| committer | nytpu <alex@nytpu.com> | 2021-03-18 13:48:35 -0600 |
| commit | 1065ed7a1879c95617a4b3e2bbb576de57a9548a (patch) | |
| tree | bc15db21a9afa3361a52371be939a43dc8370a57 /comitium.go | |
| parent | a80d3f29ff0b76cea00672f24c408695ac8957d6 (diff) | |
Start refresh job for refresh command
Diffstat (limited to 'comitium.go')
| -rw-r--r-- | comitium.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comitium.go b/comitium.go index 5129b70..d837b64 100644 --- a/comitium.go +++ b/comitium.go @@ -64,8 +64,7 @@ func main() { usage() os.Exit(1) } - // TODO - fmt.Fprintln(os.Stderr, "Not Yet Implemented") + fetch.RefreshAll(&core.Data, *refreshWorkersFlag) case "list": if len(c.Args()) != 0 { fmt.Fprint(os.Stderr, "\"list\" doesn't take an argument!\n\n") |
