mirror of
https://github.com/nushell/nushell.git
synced 2025-01-11 08:48:23 +01:00
add search terms to ignore command (#6288)
This commit is contained in:
parent
c74254c2cb
commit
2e5d981a09
@ -18,6 +18,10 @@ impl Command for Ignore {
|
||||
Signature::build("ignore").category(Category::Core)
|
||||
}
|
||||
|
||||
fn search_terms(&self) -> Vec<&str> {
|
||||
vec!["silent", "quiet", "out-null"]
|
||||
}
|
||||
|
||||
fn run(
|
||||
&self,
|
||||
_engine_state: &EngineState,
|
||||
|
Loading…
Reference in New Issue
Block a user