forked from extern/nushell
fixed char signature (#2963)
This commit is contained in:
parent
a4b8d4a098
commit
5a471aa1d0
@ -19,7 +19,7 @@ impl WholeStreamCommand for Char {
|
||||
}
|
||||
|
||||
fn signature(&self) -> Signature {
|
||||
Signature::build("ansi")
|
||||
Signature::build("char")
|
||||
.required(
|
||||
"character",
|
||||
SyntaxShape::Any,
|
||||
|
Loading…
Reference in New Issue
Block a user