Plugins can only add to flags, not reduce them
commit925d0dfe30f470913d04328f9d155ca683431d98
authorSteven Walter <stevenrwalter@gmail.com>
Tue, 22 Jul 2008 00:12:13 +0000 (21 20:12 -0400)
committerSteven Walter <stevenrwalter@gmail.com>
Tue, 22 Jul 2008 00:12:13 +0000 (21 20:12 -0400)
treeac06ed3c34fca641a08f6bda3322b7763721bbaa
parent61a105f0b6daacc4e833fa62a612e35b7caeed9c
Plugins can only add to flags, not reduce them

Previously the logic would only look at default_meth.options if
meth.options existed.  In general plugins won't provide flags of their
own, but we still want to pass through options to the base command.
yap/yap.py