mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-22 19:41:36 +03:00
v6.1.0
This commit is contained in:
parent
78047c533d
commit
33926c3f3a
@ -1,6 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
## [v6.1.0][] (???)
|
||||
## [v6.1.0][] (Dec 26 2023)
|
||||
|
||||
### Features
|
||||
|
||||
@ -617,3 +617,4 @@
|
||||
[v5.6.0]: https://github.com/IlanCosman/tide/tree/v5.6.0
|
||||
[v6.0.0]: https://github.com/IlanCosman/tide/tree/v6.0.0
|
||||
[v6.0.1]: https://github.com/IlanCosman/tide/tree/v6.0.1
|
||||
[v6.1.0]: https://github.com/IlanCosman/tide/tree/v6.1.0
|
||||
|
@ -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 6.0.1'
|
||||
echo 'tide, version 6.1.0'
|
||||
else if set -q _flag_help
|
||||
_tide_help
|
||||
else if functions --query _tide_sub_$argv[1]
|
||||
|
Loading…
Reference in New Issue
Block a user