zsh-workers
 help / color / mirror / code / Atom feed
From: gi1242+zsh@gmail.com
To: zsh-workers@zsh.org
Subject: Matlab completion (new file)
Date: Sun, 23 Jan 2011 15:56:56 -0500	[thread overview]
Message-ID: <20110123205656.GE2593@andrew.cmu.edu> (raw)

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

                 reply	other threads:[~2011-01-23 20:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110123205656.GE2593@andrew.cmu.edu \
    --to=gi1242+zsh@gmail.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).