mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-02-02 07:03:16 +08:00
<fix>: not support specifying version.
This commit is contained in:
parent
c5bfe31ca1
commit
9a7aab63b8
|
@ -100,9 +100,6 @@ while getopts ":hd:" option; do
|
||||||
d)
|
d)
|
||||||
install_dir=${OPTARG}
|
install_dir=${OPTARG}
|
||||||
;;
|
;;
|
||||||
v)
|
|
||||||
version=${OPTARG}
|
|
||||||
;;
|
|
||||||
\?)
|
\?)
|
||||||
echo "无效的命令行选项。使用 -h 查看帮助"
|
echo "无效的命令行选项。使用 -h 查看帮助"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user