added force-remove function
This commit is contained in:
parent
fd8ddf0596
commit
a06b6e234d
1 changed files with 3 additions and 0 deletions
|
|
@ -451,6 +451,9 @@ case $1 in
|
||||||
remove-arbitrary
|
remove-arbitrary
|
||||||
install && success " [${red}P${lrd}R${ylw}b${ong}L ${lyl}Installed${dfl}]"
|
install && success " [${red}P${lrd}R${ylw}b${ong}L ${lyl}Installed${dfl}]"
|
||||||
;;
|
;;
|
||||||
|
-F | --force-remove)
|
||||||
|
remove-arbitrary && success " [${red}P${lrd}R${ylw}b${ong}L ${lyl}Force-Removed${dfl}]"
|
||||||
|
;;
|
||||||
-h | --help)
|
-h | --help)
|
||||||
usage
|
usage
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue