Move to a standard kebab/snake style (#4509)

This commit is contained in:
JT
2022-02-17 09:55:17 -05:00
committed by GitHub
parent d50ccdf083
commit f5f9d56c37
25 changed files with 56 additions and 56 deletions

View File

@ -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",
)

View File

@ -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",
)