mirror of
https://github.com/nushell/nushell.git
synced 2025-08-13 02:07:55 +02:00
feat: add search terms to category of strings (#5723)
This commit is contained in:
@ -34,6 +34,10 @@ impl Command for FileSize {
|
||||
"Converts a column of filesizes to some specified format"
|
||||
}
|
||||
|
||||
fn search_terms(&self) -> Vec<&str> {
|
||||
vec!["convert", "display", "pattern", "file", "size"]
|
||||
}
|
||||
|
||||
fn run(
|
||||
&self,
|
||||
engine_state: &EngineState,
|
||||
|
Reference in New Issue
Block a user