mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
Specify program versions
This commit is contained in:
parent
f881f70992
commit
36699d49d8
|
@ -1,3 +1,4 @@
|
|||
# Completion for: MATLAB R2021b
|
||||
function __fish_matlabcheck_no_desktop_nodesktop_opts
|
||||
not __fish_seen_argument --old desktop --old nodesktop
|
||||
return $status
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Completion for: GNU Octave 5.2.0
|
||||
|
||||
complete -c octave -x -a '(__fish_complete_suffix .m)'
|
||||
|
||||
complete -c octave -s h -l help -d 'Show help'
|
||||
|
|
Loading…
Reference in New Issue
Block a user