Commit 177bcdb
authored
fix(winget-completion): update for nu 0.106.0 (#1150)
because of [new
changes](https://www.nushell.sh/blog/2025-07-23-nushell_0_106_0.html#parse-unmatched-optional-capture-groups-are-now-null-toc)
to `parse`. winget completion throws error. This pr fixes that by
providing default value for optional parameters.1 parent f7af068 commit 177bcdb
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments