babashka 2026-07-27

I'm testing the new debug option of the autocompletion with the example of earlier, and it is a bit too optimistic maybe ๐Ÿงต

There is an error that is breaking the completions:

โžœ  babashka-test git:(main) bb deploy
:tasks :cli script.cli/defaults cannot be resolved: Could not locate script/cli.bb, script/cli.clj or script/cli.cljc on classpath.
But the completions debugger doesn't tell me
โžœ  babashka-test git:(main) โœ— bb org.babashka.cli/completions complete --shell zsh -- deploy
deploy	Manage deployments
org.babashka.cli/file-completion

it's not actually a debugger, it's the invocation that zsh itself uses :)

I think you will notice those errors soon enough when invoking the tasks right?

I guess yeah. The other day it took me a while to be that smart. But i guess for normal users that is probably the first thing they will see

I was also in testing mode not in user mode

(testing mode is generally me being really stupid)

that happens to me all the time