浏览代码

Manager: Parse help argument

master
Riyyi 4 年前
父节点
当前提交
1f84746ed7
  1. 4
      dotfiles.sh

4
dotfiles.sh

@ -350,6 +350,10 @@ eval set -- "$parsed"
while true; do
case "$1" in
-h | --help)
help
exit
;;
-F | --file)
if [ -n "$mode" ]; then
echo "${b}${red}Error:${n} only one operation may be used at a time." >&2

正在加载...
取消
保存