diff options
| author | Doug Kearns <dkearns@users.sourceforge.net> | 2003-08-16 09:22:11 +0000 |
|---|---|---|
| committer | Doug Kearns <dkearns@users.sourceforge.net> | 2003-08-16 09:22:11 +0000 |
| commit | 62d4b9f9d83d755e1b50226636a927da32badc15 (patch) | |
| tree | bbcb796585f12276e1c5fd17794686c1697a42eb /Completion/Unix/Command/_ruby | |
| parent | 18941: history wrong after parse error during alias expansion (diff) | |
| download | zsh-62d4b9f9d83d755e1b50226636a927da32badc15.tar zsh-62d4b9f9d83d755e1b50226636a927da32badc15.tar.gz zsh-62d4b9f9d83d755e1b50226636a927da32badc15.tar.bz2 zsh-62d4b9f9d83d755e1b50226636a927da32badc15.tar.lz zsh-62d4b9f9d83d755e1b50226636a927da32badc15.tar.xz zsh-62d4b9f9d83d755e1b50226636a927da32badc15.tar.zst zsh-62d4b9f9d83d755e1b50226636a927da32badc15.zip | |
18944: update ruby completion for version 1.8.0
Diffstat (limited to 'Completion/Unix/Command/_ruby')
| -rw-r--r-- | Completion/Unix/Command/_ruby | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/Completion/Unix/Command/_ruby b/Completion/Unix/Command/_ruby index cc55e4da7..d6df7dfd2 100644 --- a/Completion/Unix/Command/_ruby +++ b/Completion/Unix/Command/_ruby @@ -1,45 +1,45 @@ #compdef ruby -# http://www.ruby-lang.org/ +# ruby 1.8.0 (2003-08-14) [i686-linux] -local expl curcontext="$curcontext" line state +local expl curcontext="$curcontext" line state ret=1 typeset -A opt_args local dirs _arguments -C -s -S \ - '(1 * -)--version[print version]' \ - '-c[syntax check]' \ - '-w[verbose mode without printing version message at the beginning]' \ - '(-d --debug)'{-d,--debug}'[debug mode]' \ + '-0-[specify record separator]:input record separator in octal (default\: \0):' \ + '-a[autosplit mode with -n or -p (splits $_ into $F)]' \ + '-c[check syntax only]' \ + '-C+[cd to directory, before executing your script]:directory:_files -/' \ + '(-d --debug)'{-d,--debug}'[set debugging flags (set $DEBUG to true)]' \ |
