1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-04 10:41:11 +02:00

28646: gi1242+zsh@gmail.com: new matlab completion

This commit is contained in:
Peter Stephenson 2011-01-23 21:29:39 +00:00
parent 94225e07fc
commit 8f5ae2b27b
2 changed files with 20 additions and 0 deletions

View file

@ -6,6 +6,7 @@ _gnome-gv
_gqview
_gv
_kfmclient
_matlab
_mozilla
_mplayer
_nautilus

View file

@ -0,0 +1,19 @@
#compdef matlab
_arguments : \
{-h,-help}'[Display arguments.]' \
'(-e)-n[Display final environment variables, and exit]' \
'(-n)-e[Display ALL the environment variables and values, and exit]' \
'-arch[Start MATLAB assuming architecture arch]:architecture:' \
'-c[Set location of the license file]:licensefile:_files' \
'(-nodisplay)-display:display:_x_display' \
'(-display)-nodisplay[Do not display any X commands.]' \
'-nosplash[Do not display the splash screen during startup.]' \
'-mwvisual[The default X visual to use for figure windows.]:visualid:' \
'-debug[Provide debugging information especially for X based problems.]' \
'(-nodesktop -nojvm)-desktop[Allow the MATLAB desktop to be started by a process without a controlling terminal.]' \
'(-desktop -nojvm)-nodesktop[Do not start the MATLAB desktop.]' \
'(-nodesktop -desktop)-nojvm[Shut off all Java support by not starting the Java virtual machine.]' \
'-r[Start MATLAB and execute the MATLAB_command.]:MATLAB_command:' \
'-logfile[Make a copy of any output to the command window in file log.]:log file:' \
'-D-:debugger:_path_commands'