You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make z -i and z -I with no arguments be interactive.
In #122 there's a note that z.lua intentionally doesn't
support `z -i` being interactive to maintain consistency with how z.sh
behaves with `z -i`. But z.sh doesn't have a `-i` option, so I'm not
sure what is the intent.
This commit makes `z -i` and `z -I` go interactive even with no args.
0 commit comments