• R/O
  • HTTP
  • SSH
  • HTTPS

wfa: Commit

GitHubのミラーです
https://github.com/Hayao0819/wfa


Commit MetaInfo

Revision5d840f3333604af0b74a4bea6737415be5593dc4 (tree)
Time2020-12-24 15:11:25
Authorhayao <shun819.mail@gmai...>
Commiterhayao

Log Message

[update] : Added --nosave

Change Summary

Incremental Difference

--- a/wfa
+++ b/wfa
@@ -1241,7 +1241,7 @@ run_operation() {
12411241
12421242 # Parse options
12431243 ARGUMENT="${@}"
1244-_opt_short="AQRShVdb:aysucq"
1244+_opt_short="AQRShVdb:aysucqn"
12451245 _opt_long="query,remove,sync,help,version,debug,dbpath:,aururl,aur,noconfirm,config:,makepkg:,mflags:,pacman:,git:,gitflags:,gpg:,gpgflags:,makepkgconf:,nomakepkgconf,nodeps,refresh,bash-debug,msg-debug,sysupgrade,color:,nocolor,clean,quiet,arch:,confirm,disable-download-timeout,curl:,curlflags:,unneeded,puella,wfa-debug,cascade"
12461246
12471247 OPT=$(getopt -o ${_opt_short} -l ${_opt_long} -- ${ARGUMENT})
@@ -1387,6 +1387,10 @@ while :; do
13871387 add_args pacman "--quiet"
13881388 shift 1
13891389 ;;
1390+ -n | --nosave)
1391+ add_args pacman "--nosave"
1392+ shift 1
1393+ ;;
13901394 --arch)
13911395 arch="${2}"
13921396 add_args pacman "--arch ${2}"
Show on old repository browser