This commit is contained in:
Ilan Cosman 2022-09-05 14:36:08 -04:00
parent 6760ce141d
commit 740e75edc1

View File

@ -2,7 +2,7 @@ function tide --description 'Manage your Tide prompt'
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
echo 'tide, version 5.4.0' echo 'tide, version 5.5.0'
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]