tangled
alpha
login
or
join now
pvsr.dev
/
qbpm
qutebrowser profile manager
0
fork
atom
overview
issues
pulls
pipelines
always pass through args when launching
pvsr.dev
4 years ago
6494d554
4c9bcf58
+1
1 changed file
expand all
collapse all
unified
split
qbpm
main.py
+1
qbpm/main.py
···
160
160
)
161
161
162
162
def __call__(self, parser, namespace, values, option_string=None):
163
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