Skip to content

wrong arg nil in README.adoc. Use % instead of nil #2

@frericksm

Description

@frericksm

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions