babashka / book

Babashka book

Home Page:https://book.babashka.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'help' override built-in warning

pwhittin opened this issue · comments

Perhaps, in the Tasks API section, add an example of using :override-builtin true. For example:

help
{:doc "Show help"
:task (my-project.tasks/help-task)
:override-builtin true}

Having this documented would have saved me the time it took to unsuccessfully sniff around in the babashka source code, and try different things until I figured it out.

Sounds good, do you want to submit a PR?

Wow! Such a fast turnaround! Next time I'll do a PR.