chiark / gitweb /
subcommand.py: Have `subcommand' pass unknown arguments to constructor.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 13 Jul 2013 15:34:40 +0000 (16:34 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 6 Apr 2014 11:22:39 +0000 (12:22 +0100)
commit7d0eb62ccc2f2560cd1c4fea667ebee58fa2008c
tree2cc6261115a1d11021c5dca07d8ca1326a74d891
parent039df8645aa615ac5647becc3abe7189dfde288e
subcommand.py: Have `subcommand' pass unknown arguments to constructor.

Since it has an explicit class parameter, it should be able to pass
initargs to the class constructor.
subcommand.py