cljfmt icon indicating copy to clipboard operation
cljfmt copied to clipboard

leiningen plugin doesn't list subcommands via `help`

Open glenjamin opened this issue 6 years ago • 0 comments

The following is an except of my recent terminal session, before giving up and googling.

> lein cljfmt
Wrong number of arguments to cljfmt task.
Expected [command & paths]

> lein cljfmt help
Unknown cljfmt command: help

> lein cljfmt --help
Format Clojure source files

Arguments: ([command & paths])

> lein cljfmt
Wrong number of arguments to cljfmt task.
Expected [command & paths]

> lein help cljfmt
Format Clojure source files

Arguments: ([command & paths])

> lein cljfmt format
Unknown cljfmt command: format

I'll come back and look at adding a PR at some point - I'm having a yak shaving kind of day.

glenjamin avatar Aug 07 '19 09:08 glenjamin