PR #36 introduced a redefinition of the shorthand argument "M". https://github.com/sensu/sensu-check-log/blob/025215ca2b5a350752f8ba8d0bd41ea4702030de/main.go#L242 But that was already defined here: https://github.com/sensu/sensu-check-log/blob/025215ca2b5a350752f8ba8d0bd41ea4702030de/main.go#L175 This results in a panic: `panic: unable to redefine 'M' shorthand in "sensu-check-log" flagset: it's already used for "missing-ok" flag`
PR #36 introduced a redefinition of the shorthand argument "M".
sensu-check-log/main.go
Line 242 in 025215c
But that was already defined here:
sensu-check-log/main.go
Line 175 in 025215c
This results in a panic:
panic: unable to redefine 'M' shorthand in "sensu-check-log" flagset: it's already used for "missing-ok" flag