pass arguments to topgrade in upgrade

This commit is contained in:
Gabriel Augendre 2023-03-23 22:32:12 +01:00
parent a0a14facd6
commit e8e7b1438d
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ function upgrade --wraps=topgrade
set -x BW_SESSION (bw unlock --raw)
end
sudo ls >/dev/null
topgrade
topgrade $argv
end