Revert "Add extern for nu command" (#16180)

Reverts nushell/nushell#16119
This commit is contained in:
Bahex
2025-07-15 19:18:44 +03:00
committed by GitHub
parent c4e8e040ce
commit 2df00ff498
12 changed files with 88 additions and 143 deletions

View File

@ -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)]