plugin: add cli inspection
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user