modernize multiple seqs and fix deprecated use of endCheckEmpty

This commit is contained in:
2022-12-12 16:42:25 +01:00
parent dbb8cac539
commit 7391de1ddd
18 changed files with 199 additions and 232 deletions

View File

@@ -124,7 +124,7 @@ step_52_options() { echo "<TORRENT ID>"; }
step_52_alias() { echo "info"; }
step_52() {
shift
endCheckEmpty 1 "Id must not be empty"
endIfEmpty 1 "Id must not be empty"
step netrcauth
color green