mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Use long options for debug (#10621)
Also add short options for `profile`
This commit is contained in:
@ -51,7 +51,8 @@ impl Command for Explain {
|
||||
fn examples(&self) -> Vec<Example> {
|
||||
vec![Example {
|
||||
description: "Explain a command within a closure",
|
||||
example: "explain {|| ls | sort-by name type -i | get name } | table -e",
|
||||
example:
|
||||
"explain {|| ls | sort-by name type --ignore-case | get name } | table --expand",
|
||||
result: None,
|
||||
}]
|
||||
}
|
||||
|
Reference in New Issue
Block a user