From 0858a6414438aa98dd91ea036fd44f2760f622ff Mon Sep 17 00:00:00 2001 From: InsanePrawn Date: Tue, 16 Aug 2022 03:41:26 +0200 Subject: [PATCH] wrapper: add -W shorthand for --no-wrapper --- wrapper/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wrapper/__init__.py b/wrapper/__init__.py index 9845008..7fe5b04 100644 --- a/wrapper/__init__.py +++ b/wrapper/__init__.py @@ -42,6 +42,7 @@ def check_programs_wrap(programs): nowrapper_option = click.option( + '-W', '--no-wrapper', 'no_wrapper', is_flag=True,