]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
manager: kresctl: stdin argument removed from convert command
authorAleš Mrázek <ales.mrazek@nic.cz>
Wed, 1 Mar 2023 00:18:01 +0000 (01:18 +0100)
committerAleš Mrázek <ales.mrazek@nic.cz>
Thu, 2 Mar 2023 10:39:46 +0000 (11:39 +0100)
manager/knot_resolver_manager/cli/cmd/convert.py

index b78699d94d4505b8d6817f6a9f66326414913a9a..b7908b0a72d93dac8b8cb90f05840fa9624f1b04 100644 (file)
@@ -26,7 +26,6 @@ class ConvertCommand(Command):
             help="File with configuration in YAML or JSON format.",
         )
 
-        convert.add_argument("--stdin", help="Read config values from stdin.", action="store_true", default=False)
         convert.add_argument(
             "output_file",
             type=str,