This commit is contained in:
Ilan Cosman 2020-12-22 19:58:44 -08:00
parent 9a7bff3089
commit d1b2806977

View File

@ -2,7 +2,7 @@ function tide
argparse --stop-nonopt 'v/version' 'h/help' -- $argv
if set -q _flag_version
printf '%s\n' "tide, version 2.5.0"
printf '%s\n' "tide, version 3.0.0"
else if set -q _flag_help
_tide_help
else if functions --query _tide_sub_$argv[1]