Commit 9ce0d5d
authored
fix(git): git worktree add - branch is optional (#1181)
Fix #1153
The completion script wrongly made the `branch` argument required,
blocking Nushell from loading when both `git-completions.nu` and
`git-aliases.nu` are used.1 parent ec82566 commit 9ce0d5d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
787 | 787 | | |
788 | 788 | | |
789 | 789 | | |
790 | | - | |
| 790 | + | |
791 | 791 | | |
792 | 792 | | |
793 | 793 | | |
| |||
0 commit comments