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.4
22##### Enhancement
33* Add missing man-pages [ #67 ] ( https://github.com/toshi384/cmdshelf/pull/67 )
44 [ Toshihiro Suzuki] ( https://github.com/toshi0383 )
Original file line number Diff line number Diff line change 11import Foundation
22import Reporter
33
4- let version = " 0.9.3 "
4+ let version = " 0.9.4 "
55
66//
77// - MARK: Setup
Original file line number Diff line number Diff line change 1- .TH "CMDSHELF-BLOB" "1" "February 2018" "cmdshelf 0.9.3 " "Cmdshelf Manual"
1+ .TH "CMDSHELF-BLOB" "1" "February 2018" "cmdshelf 0.9.4 " "Cmdshelf Manual"
22.SH "NAME"
33cmdshelf-blob - Manage blobs
44.SH "SYNOPSIS"
Original file line number Diff line number Diff line change 1- .TH "CMDSHELF-CAT" "1" "February 2018" "cmdshelf 0.9.3 " "Cmdshelf Manual"
1+ .TH "CMDSHELF-CAT" "1" "February 2018" "cmdshelf 0.9.4 " "Cmdshelf Manual"
22.SH "NAME"
33cmdshelf-cat - Concatenate and print command(s).
44.SH "SYNOPSIS"
Original file line number Diff line number Diff line change 1- .TH "CMDSHELF-LIST" "1" "January 2018" "cmdshelf 0.9.3 " "Cmdshelf Manual"
1+ .TH "CMDSHELF-LIST" "1" "January 2018" "cmdshelf 0.9.4 " "Cmdshelf Manual"
22.SH "NAME"
33cmdshelf-list - Show all registered commands.
44.SH "SYNOPSIS"
Original file line number Diff line number Diff line change 1- .TH "CMDSHELF-REMOTE" "1" "February 2018" "cmdshelf 0.9.3 " "Cmdshelf Manual"
1+ .TH "CMDSHELF-REMOTE" "1" "February 2018" "cmdshelf 0.9.4 " "Cmdshelf Manual"
22.SH "NAME"
33cmdshelf-remote - Manage set of tracked repositories
44.SH "SYNOPSIS"
Original file line number Diff line number Diff line change 1- .TH "CMDSHELF-RUN" "1" "February 2018" "cmdshelf 0.9.3 " "Cmdshelf Manual"
1+ .TH "CMDSHELF-RUN" "1" "February 2018" "cmdshelf 0.9.4 " "Cmdshelf Manual"
22.SH "NAME"
33cmdshelf-run - Execute command
44.SH "SYNOPSIS"
Original file line number Diff line number Diff line change 1- .TH "CMDSHELF-UPDATE" "1" "February 2018" "cmdshelf 0.9.3 " "Cmdshelf Manual"
1+ .TH "CMDSHELF-UPDATE" "1" "February 2018" "cmdshelf 0.9.4 " "Cmdshelf Manual"
22.SH "NAME"
33cmdshelf-update - Update cloned local repositories.
44.SH "SYNOPSIS"
Original file line number Diff line number Diff line change 1- .TH "CMDSHELF" "1" "January 2018" "cmdshelf 0.9.3 " "Cmdshelf Manual"
1+ .TH "CMDSHELF" "1" "January 2018" "cmdshelf 0.9.4 " "Cmdshelf Manual"
22.SH "NAME"
33\fB cmdshelf \fR - Manage your scripts like a bookshelf.
44.SH "SYNOPSIS"
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ before_each
190190VERSION=$( $CMDSHELF --version)
191191exit_status=$?
192192
193- if [ " ${VERSION} " != " 0.9.3 " ]; then
193+ if [ " ${VERSION} " != " 0.9.4 " ]; then
194194 echo \-\- version printed invalid value: $VERSION
195195 echo 011 FAILED
196196 STATUS=1
You can’t perform that action at this time.
0 commit comments