CHips L MINI SHELL

CHips L pro

Current Path : /proc/2/root/usr/local/ssl/share/zsh/4.3.11/functions/
Upload File :
Current File : //proc/2/root/usr/local/ssl/share/zsh/4.3.11/functions/_rrdtool

#compdef rrdtool

_arguments \
  ':rrdtool command:(create update updatev graph dump restore
                   last lastupdate first help info fetch tune
		   resize xport)' \
  '*::subcmd:->subcmd' && return 0

case "$state" in
    (subcmd)

  case "$words[1]" in
      (help)
      	_wanted -V 'subcommands' expl 'subcommand' compadd \
	create update updatev graph dump restore last lastupdate \
	first help info fetch tune resize xport
	;;
      (*)
    	_files
    	;;
  esac
  ;;
esac

Copyright 2K16 - 2K18 Indonesian Hacker Rulez