fixed char signature (#2963)

This commit is contained in:
Darren Schroeder 2021-01-22 15:48:31 -06:00 committed by GitHub
parent a4b8d4a098
commit 5a471aa1d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ impl WholeStreamCommand for Char {
} }
fn signature(&self) -> Signature { fn signature(&self) -> Signature {
Signature::build("ansi") Signature::build("char")
.required( .required(
"character", "character",
SyntaxShape::Any, SyntaxShape::Any,