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

Babashka "help" Warning #9

Closed
pwhittin opened this issue Sep 2, 2023 · 0 comments
Closed

Babashka "help" Warning #9

pwhittin opened this issue Sep 2, 2023 · 0 comments

Comments

@pwhittin
Copy link

pwhittin commented Sep 2, 2023

For version 1.3.184 of Babashka, running site commands like site bundles prints the following warning:

[babashka] WARNING: task(s) 'help' override built-in command(s). Use :override-builtin true to disable warning.

This warning can be disabled by changing the following code in the site-cli.edn:

;; Override bb's help
help
{:doc "Show help"
 :task (juxt.site.bb.tasks/help-task) }

to

;; Override bb's help
help
{:doc "Show help"
 :task (juxt.site.bb.tasks/help-task)
 :override-builtin true}
pwhittin pushed a commit to pwhittin/site that referenced this issue Sep 2, 2023
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

2 participants