This commit is contained in:
Ilan Cosman 2022-05-02 10:43:14 -07:00
parent 062384435b
commit 32e4b8dcf8

View File

@ -2,7 +2,7 @@ function tide --description 'Manage your Tide prompt'
argparse --stop-nonopt v/version h/help -- $argv
if set -q _flag_version
echo 'tide, version 5.2.2'
echo 'tide, version 5.3.0'
else if set -q _flag_help
_tide_help
else if functions --query _tide_sub_$argv[1]