diff --git a/clint/arguments.py b/clint/arguments.py index c87ee67..57742ff 100644 --- a/clint/arguments.py +++ b/clint/arguments.py @@ -343,7 +343,8 @@ class Args(object): if not os.path.exists(arg): _args.append(arg) - return _args + return Args(_args, no_argv=True) + @property def copy(self):