mirror of
https://github.com/nushell/nushell
synced 2024-11-14 17:07:07 +00:00
fixed char signature (#2963)
This commit is contained in:
parent
a4b8d4a098
commit
5a471aa1d0
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue