From f4637892abadadbf40b116fa59f914d5adecf700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Sun, 11 Apr 2021 05:29:55 +1200 Subject: [PATCH] Fix --shell option --- src/args.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/args.rs b/src/args.rs index 0db9737..c4de34b 100644 --- a/src/args.rs +++ b/src/args.rs @@ -123,6 +123,7 @@ where } else { "Use a different shell, or `none`. E.g. --shell=bash" }) + .takes_value(true) .long("shell")) // -n short form will not be removed, and instead become a shorthand for --shell=none .arg(Arg::with_name("no-shell")