mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 12:03:48 +03:00
v4.1.0
This commit is contained in:
parent
2c25950e3a
commit
b872e7697b
@ -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.0.0"
|
printf '%s\n' "tide, version 4.1.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]
|
||||||
|
Loading…
Reference in New Issue
Block a user