Use long options for debug (#10621)

Also add short options for `profile`
This commit is contained in:
Hofer-Julian
2023-10-06 18:54:15 +02:00
committed by GitHub
parent d064d187ab
commit 0dbd014d8b
4 changed files with 8 additions and 7 deletions

View File

@ -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,
}]
}