1
0
mirror of https://github.com/zplug/zplug synced 2025-08-31 02:00:38 +02:00
zplug/autoload/options/__help__
b4b4r07 72379210fe Add --help, --version options
help command and version command were changed to zplug options
2016-02-22 16:03:35 +09:00

8 lines
90 B
Bash

#!/bin/zsh
__import "print/print"
__zplug::print::print::die "$_ZPLUG_HELP\n"
return 1