Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
frericksm opened this issue Jan 8, 2023 · 0 comments
Open

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

frericksm opened this issue Jan 8, 2023 · 0 comments

Comments

@frericksm
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant