We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 612f117 commit 9e3221cCopy full SHA for 9e3221c
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.2"
+ printf '%s\n' "tide, version 4.3.3"
6
else if set -q _flag_help
7
_tide_help
8
else if functions --query _tide_sub_$argv[1]
0 commit comments