qutebrowser profile manager

always pass through args when launching

+1
+1
qbpm/main.py
··· 160 160 ) 161 161 162 162 def __call__(self, parser, namespace, values, option_string=None): 163 + setattr(namespace, "passthrough", True) 163 164 if operation := getattr(namespace, self.dest): 164 165 setattr(namespace, self.dest, lambda args: then_launch(args, operation)) 165 166