1
0
mirror of https://github.com/zplug/zplug synced 2025-08-30 17:50:43 +02:00
zplug/autoload/options/__version__
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
93 B
Bash

#!/bin/zsh
__import "print/print"
__zplug::print::print::put "$_ZPLUG_VERSION\n"
return 0