scaffold_unknown_kind
Diagnostic `nanook::cli::scaffold_unknown_kind`
Summary
unknown plugin kind `{0}`
Help
supported: collector, adapter, action
Details
When this fires
nanook plugins new --kind <x> got a value that isn't one of the three supported plugin kinds. Only collector, adapter, and action have templates, anything else parses to Kind::FromStr -> Err.
What to check
Pick one of the supported kinds:
Probes and discoverers aren't pluggable yet.