zsh-workers
 help / color / mirror / code / Atom feed
* Matlab completion (new file)
@ 2011-01-23 20:56 gi1242+zsh
  0 siblings, 0 replies; only message in thread
From: gi1242+zsh @ 2011-01-23 20:56 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 149 bytes --]

I'm attaching completion for matlab arguments. (New file, should go
under X/Command I presume.)

GI

-- 
'Laziness' -- Resting before you get tired.

[-- Attachment #2: _matlab --]
[-- Type: text/plain, Size: 1166 bytes --]

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-01-23 20:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-23 20:56 Matlab completion (new file) gi1242+zsh

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).