dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

_updatemaster (215B)


      1 #compdef updatemaster
      2 local arguments
      3 arguments=(
      4   '-c[upgrade all casks]'
      5   '-f[upgrade all formulas]'
      6   '-s[select casks to upgrade]'
      7   '-n[do not upgrade anything]'
      8   '-h[show help]'
      9 )
     10 
     11 _arguments -s $arguments