Skip to content

custom-completions/bend: rename to adere to *-completions.nu format#1240

Merged
fdncred merged 1 commit into
nushell:mainfrom
cab404:patch-bend-completion-path
Apr 8, 2026
Merged

custom-completions/bend: rename to adere to *-completions.nu format#1240
fdncred merged 1 commit into
nushell:mainfrom
cab404:patch-bend-completion-path

Conversation

@cab404

@cab404 cab404 commented Apr 8, 2026

Copy link
Copy Markdown
Contributor

bumped into that when trying to automate importing completions

that's the only one breaking the rule (aside from auto-generate folder)

bumped into that when trying to automate importing completions
@fdncred fdncred merged commit 6601262 into nushell:main Apr 8, 2026
1 check passed
@fdncred

fdncred commented Apr 8, 2026

Copy link
Copy Markdown
Contributor

Thanks

@cab404

cab404 commented Apr 8, 2026

Copy link
Copy Markdown
Contributor Author

Ooof. It turned out that it was the only *-completion.nu one, but there's also tealdeer/tldr-completions.nu. I'll check better and submit another one.

@cab404

cab404 commented Apr 8, 2026

Copy link
Copy Markdown
Contributor Author
~> ls /nix/store/6mijl8r2mg9wy1nm66bc32w5y8cyjc91-source/custom-completions/ 
| select name 
| each { { name: ($in.name | path basename), check: (($in.name)/($in.name | path basename)-completions.nu | path exists) } } 
| where check == false
╭───┬───────────────┬───────╮
│ # │     name      │ check │
├───┼───────────────┼───────┤
│ 0 │ README.md     │ false │
│ 1 │ auto-generate │ false │
│ 2 │ bend          │ false │
│ 3 │ tealdeer      │ false │
│ 4 │ yarn          │ false │
╰───┴───────────────┴───────╯

I'll fix it right away.

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.

2 participants