CLI works

This commit is contained in:
Cody Lee
2022-12-22 18:16:43 -06:00
parent db9bcd5687
commit 3768c53512
16 changed files with 126 additions and 33 deletions

View File

@@ -69,7 +69,7 @@ func (p *plugin) Enabled() bool {
return !p.Disable
}
func (p *plugin) DebugOutput(l poller.Logger) (bool, error) {
func (p *plugin) DebugOutput() (bool, error) {
if p == nil {
return true, nil
}