Skip to content

Commit

Permalink
Update CHANGELOG and completions for version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensadeh committed Aug 17, 2024
1 parent 9746294 commit 6392ac0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog
## 3.1.1


## 3.1.0

- Add completion hint so shells understand they can complete with file names (Thanks @alerque !)

## 3.0.1

Expand Down
4 changes: 2 additions & 2 deletions completions/tspin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ _tspin() {
fi

local context curcontext="$curcontext" state line
_arguments "${_arguments_options[@]}" \
_arguments "${_arguments_options[@]}" : \
'--config-path=[Provide a custom path to a configuration file]:CONFIG_PATH: ' \
'(-f --follow)-c+[Continuously listen to stdout from the provided command and prevent interrupt events (Ctrl + C) from reaching the command]:LISTEN_COMMAND: ' \
'(-f --follow)--listen-command=[Continuously listen to stdout from the provided command and prevent interrupt events (Ctrl + C) from reaching the command]:LISTEN_COMMAND: ' \
Expand All @@ -40,7 +40,7 @@ _tspin() {
'--help[Print help]' \
'-V[Print version]' \
'--version[Print version]' \
'::FILE -- Path to file or folder:' \
'::FILE -- Path to file or folder:_files' \
&& ret=0
}

Expand Down
8 changes: 4 additions & 4 deletions man/tspin.1
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
'\" t
.\" Title: tspin
.\" Author: [see the "AUTHOR(S)" section]
.\" Generator: Asciidoctor 2.0.22
.\" Date: 2024-04-01
.\" Generator: Asciidoctor 2.0.23
.\" Date: 2024-08-17
.\" Manual: tailspin
.\" Source: tailspin 3.0.1
.\" Source: tailspin 3.1.0
.\" Language: English
.\"
.TH "TSPIN" "1" "2024-04-01" "tailspin 3.0.1" "tailspin"
.TH "TSPIN" "1" "2024-08-17" "tailspin 3.1.0" "tailspin"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down

0 comments on commit 6392ac0

Please sign in to comment.