mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 20:07:42 +02:00
Revert "Add extern
for nu
command" (#16180)
Reverts nushell/nushell#16119
This commit is contained in:
@ -715,14 +715,6 @@ impl CustomExample {
|
||||
result: self.result.clone(),
|
||||
}
|
||||
}
|
||||
|
||||
pub fn from_example(example: Example<'_>) -> Self {
|
||||
Self {
|
||||
example: example.example.to_string(),
|
||||
description: example.description.to_string(),
|
||||
result: example.result,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
|
Reference in New Issue
Block a user