File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 88 [ #50 ] ( https://github.com/toshi0383/cmdshelf/issues/50 )
99 ** Breaking** : This changes the way subcommand is evaluated. Double/Single quoted alias parameter argument does not work any more.
1010
11- ## 0.8 .0
11+ ## 0.9 .0
1212##### Enhancements
1313* No need to quote command with parameters
1414 [ Toshihiro Suzuki] ( https://github.com/toshi0383 )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import PathKit
33import Foundation
44import Reporter
55
6- let version = " 0.8 .0 "
6+ let version = " 0.9 .0 "
77
88//
99// - MARK: Setup
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ VERSION=${1:? }
3+ CURRENT=${2:- `cmdshelf --version`}
4+ git grep -l $CURRENT | xargs sed -i " " -e " s/${CURRENT} /${VERSION} /g"
You can’t perform that action at this time.
0 commit comments