Open jariji opened 1 month ago
Shells can tab-complete options for an executable if the executable provides the list of options. It would be nice to tab-complete options for julia.
julia
For example python -<tab> says
python -<tab>
$ python - -b -h -O -v -B --help-all: -OO -V -bb --help-env: -P -W -c --help-xoptions: -q -x --check-hash-based-pycs -i -s -X -d -I -S -E -m
For bash: https://discourse.julialang.org/t/bash-completions-for-julia/70795
Shells can tab-complete options for an executable if the executable provides the list of options. It would be nice to tab-complete options for
julia
.For example
python -<tab>
says