dshackle icon indicating copy to clipboard operation
dshackle copied to clipboard

disable / enable method wildcard?

Open MysticRyuujin opened this issue 5 years ago • 3 comments

Is it possible to enable or disable methods via wildcard?

e.g. I want to disable: debug_*

or I want to enable: trace_*

I'm guessing that if I don't enable the debug_* then they won't be enabled anyway...?

MysticRyuujin avatar Jul 16 '20 15:07 MysticRyuujin

It's not possible now, but could be implemented

splix avatar Jul 16 '20 17:07 splix

Right now you have to enable such methods individually, and debug_ are not enabled by default

splix avatar Jul 16 '20 17:07 splix

Thanks, also not a high priority from my perspective. Appreciate ya

MysticRyuujin avatar Jul 17 '20 03:07 MysticRyuujin