From f168c4be2bb6af9628fcca9ca4581059b98a876a Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 11 Mar 2022 10:55:00 -0500 Subject: [PATCH] Allow free ordering of noderange/arguments in nodeping With nodeping, no concern about passing arguments to arbitrary subcommand, so allow arguments to be anywhere. --- confluent_client/bin/nodeping | 1 - 1 file changed, 1 deletion(-) diff --git a/confluent_client/bin/nodeping b/confluent_client/bin/nodeping index b5f2e225..94fca0ab 100755 --- a/confluent_client/bin/nodeping +++ b/confluent_client/bin/nodeping @@ -46,7 +46,6 @@ def run(): help='Use a different name other than the nodename for ping') # among other things, FD_SETSIZE limits. Besides, spawning too many # processes can be unkind for the unaware on memory pressure and such... - argparser.disable_interspersed_args() (options, args) = argparser.parse_args() if len(args) < 1: argparser.print_help()