~ubuntu-branches/ubuntu/karmic/zsh/karmic

« back to all changes in this revision

Viewing changes to Completion/Cygwin/Command/_mkzsh

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2009-06-02 10:40:25 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090602104025-lg6wynxpzqi08k2i
Tags: 4.3.10-1ubuntu1
* Resynchronise with Debian. Remaining changes:
  + debian/zshrc: Enable completions by default, unless
    skip_global_compinit is set

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#compdef mkzsh mkzsh.exe
2
 
#Generated by Felix Rosencrantz
3
2
 
4
 
local context state line
5
 
typeset -A opt_args
6
 
_arguments \
 
3
_arguments -s -S \
7
4
  '(--allusers -A)'{-A,--allusers}'[creates item for All Users instead of just current user]' \
8
5
  '(--desktop -D)'{-D,--desktop}'[creates a Desktop icon for running /zsh.bat]' \
9
6
  '(--smprograms -P)'{-P,--smprograms}'[creates a Program menu item for running /zsh.bat]' \
10
 
  '(--help -h)'{-h,--help}'[prints usage]'
 
7
  '(--help -h)'{-h,--help}'[display help information]'