pull/228/head
Tom 1 year ago committed by GitHub
parent ccda6b1a46
commit 4b7b609d67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -290,7 +290,7 @@ def interact():
message="Select hack options",
instruction="([\u2191\u2193]: Select Item. [Space]: Toggle Choice), [Enter]: Confirm",
validate=lambda result: len(result) >= 1,
invalid_message="should be at leinstall_appast 1 selection",
invalid_message="should be at least 1 selection",
choices=hack_choices
).execute()
args.option_name = apps

Loading…
Cancel
Save