We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27939c3 commit f2b7e23Copy full SHA for f2b7e23
1 file changed
functions/tide.fish
@@ -2,7 +2,7 @@ function tide
2
argparse --stop-nonopt v/version h/help -- $argv
3
4
if set -q _flag_version
5
- printf '%s\n' "tide, version 4.3.4"
+ printf '%s\n' "tide, version 5.0.0"
6
else if set -q _flag_help
7
_tide_help
8
else if functions --query _tide_sub_$argv[1]
0 commit comments