From c7eb41091b9df6f08dbcaed38deca354fb797d50 Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 7 Dec 2021 18:55:10 +0000 Subject: added update command --- src/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/options.py') diff --git a/src/options.py b/src/options.py index 011c039..f3f83d5 100644 --- a/src/options.py +++ b/src/options.py @@ -65,7 +65,7 @@ def parse_args(): # is a named argument with a -- if arg[1] == "-" and len(arg) > 2 and arg[2:].split("=")[0] in names: - option.appen(names[arg[2:].split("=")[0]]) + option.append(names[arg[2:].split("=")[0]]) # is a single letter argument with a - else: for letter in arg[1:]: -- cgit v1.2.1