plugin: add cli inspection

This commit is contained in:
2026-06-19 19:58:10 +09:00
parent d51b610f97
commit 462de32a5a
4 changed files with 1160 additions and 2 deletions
+1 -1
View File
@@ -436,7 +436,7 @@ pub struct ResolvedPluginRecord {
}
impl ResolvedPluginRecord {
fn from_resolved(resolved: &ResolvedPlugin) -> Self {
pub fn from_resolved(resolved: &ResolvedPlugin) -> Self {
Self {
identity: resolved.identity.clone(),
source: resolved.source,