Skip to content

fix: suggest recipe files in shell completion#392

Merged
josegonzalez merged 1 commit into
mainfrom
340-bug-file-autocompletion-never-suggests-recipe-files
Jul 18, 2026
Merged

fix: suggest recipe files in shell completion#392
josegonzalez merged 1 commit into
mainfrom
340-bug-file-autocompletion-never-suggests-recipe-files

Conversation

@josegonzalez

Copy link
Copy Markdown
Member

The shared file-completion glob used brace syntax that Go's filepath.Glob does not expand, so --tasks, --output, --vars-output, and docket fmt completion matched no recipe file and offered only directories.

Fixes #340.

The shared file-completion glob used brace syntax that Go's `filepath.Glob` does not expand, so `--tasks`, `--output`, `--vars-output`, and `docket fmt` completion matched no recipe file and offered only directories.
@josegonzalez
josegonzalez merged commit 4ac6a76 into main Jul 18, 2026
14 checks passed
@josegonzalez
josegonzalez deleted the 340-bug-file-autocompletion-never-suggests-recipe-files branch July 18, 2026 02:12
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

Successfully merging this pull request may close these issues.

bug: file autocompletion never suggests recipe files

1 participant