Skip to content

Instantly share code, notes, and snippets.

View Maki-Daisuke's full-sized avatar

Daisuke (yet another) Maki Maki-Daisuke

View GitHub Profile
@Maki-Daisuke
Maki-Daisuke / _perlbrew
Created March 7, 2011 12:24 — forked from lapis25/_perlbrew
App-perlbrew-0.17に対応した
#compdef perlbrew
typeset -A opt_args
local context state line
_arguments -C \
'(- 1 *)'{-h,--help}'[prints help]' \
'(-f --force)'{-f,--force}'[Force installation of a perl]' \
'(-q --quiet)'{-q,--quiet}'[Log output to a log file rather than STDOUT. This is the default.]' \
'(-v --verbose)'{-v,--verbose}'[Log output to STDOUT rather than a logfile]' \