This commit is contained in:
Ilan Cosman 2021-03-26 11:38:05 -07:00
parent dfd5e5b91d
commit d2ba4b45fe

View File

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