File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- ## master
1
+ ## 0.9.6
2
2
##### Enhancement
3
3
* Bash completion [ #71 ] ( https://github.com/toshi384/cmdshelf/pull/71 )
4
4
[ Toshihiro Suzuki] ( https://github.com/toshi0383 )
Original file line number Diff line number Diff line change 1
1
import Foundation
2
2
import Reporter
3
3
4
- let version = " 0.9.5 "
4
+ let version = " 0.9.6 "
5
5
6
6
//
7
7
// - MARK: Setup
Original file line number Diff line number Diff line change 1
- .TH "CMDSHELF-BLOB" "1" "February 2018" "cmdshelf 0.9.5 " "Cmdshelf Manual"
1
+ .TH "CMDSHELF-BLOB" "1" "February 2018" "cmdshelf 0.9.6 " "Cmdshelf Manual"
2
2
.SH "NAME"
3
3
cmdshelf-blob - Manage blobs
4
4
.SH "SYNOPSIS"
Original file line number Diff line number Diff line change 1
- .TH "CMDSHELF-CAT" "1" "February 2018" "cmdshelf 0.9.5 " "Cmdshelf Manual"
1
+ .TH "CMDSHELF-CAT" "1" "February 2018" "cmdshelf 0.9.6 " "Cmdshelf Manual"
2
2
.SH "NAME"
3
3
cmdshelf-cat - Concatenate and print command(s).
4
4
.SH "SYNOPSIS"
Original file line number Diff line number Diff line change 1
- .TH "CMDSHELF-LIST" "1" "January 2018" "cmdshelf 0.9.5 " "Cmdshelf Manual"
1
+ .TH "CMDSHELF-LIST" "1" "January 2018" "cmdshelf 0.9.6 " "Cmdshelf Manual"
2
2
.SH "NAME"
3
3
cmdshelf-list - Show all registered commands.
4
4
.SH "SYNOPSIS"
Original file line number Diff line number Diff line change 1
- .TH "CMDSHELF-REMOTE" "1" "February 2018" "cmdshelf 0.9.5 " "Cmdshelf Manual"
1
+ .TH "CMDSHELF-REMOTE" "1" "February 2018" "cmdshelf 0.9.6 " "Cmdshelf Manual"
2
2
.SH "NAME"
3
3
cmdshelf-remote - Manage set of tracked repositories
4
4
.SH "SYNOPSIS"
Original file line number Diff line number Diff line change 1
- .TH "CMDSHELF-RUN" "1" "February 2018" "cmdshelf 0.9.5 " "Cmdshelf Manual"
1
+ .TH "CMDSHELF-RUN" "1" "February 2018" "cmdshelf 0.9.6 " "Cmdshelf Manual"
2
2
.SH "NAME"
3
3
cmdshelf-run - Execute command
4
4
.SH "SYNOPSIS"
Original file line number Diff line number Diff line change 1
- .TH "CMDSHELF-UPDATE" "1" "February 2018" "cmdshelf 0.9.5 " "Cmdshelf Manual"
1
+ .TH "CMDSHELF-UPDATE" "1" "February 2018" "cmdshelf 0.9.6 " "Cmdshelf Manual"
2
2
.SH "NAME"
3
3
cmdshelf-update - Update cloned local repositories.
4
4
.SH "SYNOPSIS"
Original file line number Diff line number Diff line change 1
- .TH "CMDSHELF" "1" "January 2018" "cmdshelf 0.9.5 " "Cmdshelf Manual"
1
+ .TH "CMDSHELF" "1" "January 2018" "cmdshelf 0.9.6 " "Cmdshelf Manual"
2
2
.SH "NAME"
3
3
\fB cmdshelf \fR - Manage your scripts like a bookshelf.
4
4
.SH "SYNOPSIS"
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ before_each
190
190
VERSION=$( $CMDSHELF --version)
191
191
exit_status=$?
192
192
193
- if [ " ${VERSION} " != " 0.9.5 " ]; then
193
+ if [ " ${VERSION} " != " 0.9.6 " ]; then
194
194
echo \-\- version printed invalid value: $VERSION
195
195
echo 011 FAILED
196
196
STATUS=1
You can’t perform that action at this time.
0 commit comments