mirror of
https://github.com/nushell/nushell.git
synced 2025-08-11 22:09:59 +02:00
Move to a standard kebab/snake style (#4509)
This commit is contained in:
@ -15,7 +15,7 @@ impl Command for Exit {
|
||||
fn signature(&self) -> Signature {
|
||||
Signature::build("exit")
|
||||
.optional(
|
||||
"exit-code",
|
||||
"exit_code",
|
||||
SyntaxShape::Int,
|
||||
"Exit code to return immediately with",
|
||||
)
|
||||
|
@ -15,7 +15,7 @@ impl Command for GotoShell {
|
||||
fn signature(&self) -> Signature {
|
||||
Signature::build("g")
|
||||
.required(
|
||||
"shell-number",
|
||||
"shell_number",
|
||||
SyntaxShape::Int,
|
||||
"shell number to change to",
|
||||
)
|
||||
|
Reference in New Issue
Block a user