Add upgrade command

This commit is contained in:
Gabriel Augendre 2022-06-08 13:57:51 +02:00
parent 141bc129ce
commit 6193fc935c

View file

@ -0,0 +1,9 @@
function upgrade --wraps=topgrade
if not bw login --check
set -x BW_SESSION (bw login --raw)
end
if not bw unlock --check
set -x BW_SESSION (bw unlock --raw)
end
topgrade
end