Commit 485a62c
authored
just-completions: support module completions (#1187)
A pretty self-explanatory change. Here's what it looks like:
```
~/repos/nu_scripts/custom-completions/just> just --version
just 1.43.1
~/repos/nu_scripts/custom-completions/just> nu --version
0.108.0
~/repos/nu_scripts/custom-completions/just> # how the completions look
~/repos/nu_scripts/custom-completions/just| just 12/01/2025 12:20:43 AM
a-regular-top-level-recipe
amzn::ada
amzn::update_burner_accts
dotfiles
dotfiles::change-profile
dotfiles::format
dotfiles::stow-chkstow
ec2::ensure-primary-firewall
ec2::ls_instances
```1 parent 248f65e commit 485a62c
1 file changed
+22
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
7 | 26 | | |
8 | 27 | | |
9 | 28 | | |
| |||
0 commit comments