Specify program versions

This commit is contained in:
EmilySeville7cfg 2021-12-02 19:29:26 +10:00 committed by David Adam
parent f881f70992
commit 36699d49d8
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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'