@@ -810,11 +810,11 @@ in the journal file. That file should now look like this:
:desc "A unix timestamp, when you recorded this."
:coerce {:timestamp :long}}})
(def table
[{:cmds ["add"] :fn #(add/add-entry (:opts %)) :spec cli-opts}
- {:cmds ["list"] :fn #(list/list-entries nil)}])
- {:cmds ["list"] :fn #(list/list-entries %)}])
(cli/dispatch table command-line-args)