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
Using just master and bash shell, in a folder with
$ ls
justfile 'justfile (1)'
Trying to autocomplete just -f offers choices justfile and (1). It won't autocomplete justfile (1) (neither quoted nor backslash-escaped). It also won't autocomplete the common prefix justfile.
Autocompleting the just -f '(1)' choice doesn't work either, although I wouldn't expect the resulting command to work since there is no file named (1).
The text was updated successfully, but these errors were encountered:
Using
just
master andbash
shell, in a folder withTrying to autocomplete
just -f
offers choicesjustfile
and(1)
. It won't autocompletejustfile (1)
(neither quoted nor backslash-escaped). It also won't autocomplete the common prefixjustfile
.Autocompleting the
just -f '(1)'
choice doesn't work either, although I wouldn't expect the resulting command to work since there is no file named(1)
.The text was updated successfully, but these errors were encountered: