mirror of
https://github.com/nushell/nushell.git
synced 2025-02-08 22:51:42 +01:00
apply toolkit fmt
This commit is contained in:
parent
31b9c3f643
commit
a043bc396d
@ -47,12 +47,10 @@ impl Command for Exit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn examples(&self) -> Vec<Example> {
|
fn examples(&self) -> Vec<Example> {
|
||||||
vec![
|
vec![Example {
|
||||||
Example {
|
|
||||||
description: "Exit the current shell",
|
description: "Exit the current shell",
|
||||||
example: "exit",
|
example: "exit",
|
||||||
result: None,
|
result: None,
|
||||||
},
|
}]
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user