Commit e956708
authored
Autojump argument parsing (#1077)
I've changed the number of arguments of `def --env j [dir]` to `def
--env j [...dir]`, this change makes the behaviour more like the `j`
autojump you can find in other shells where an arbitrary number of
inputs are given to it.
ie.
In zsh:

In nushell old j:

In nushell new j:
1 parent 13de337 commit e956708
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments