diff --git a/crates/nu-command/src/commands/char_.rs b/crates/nu-command/src/commands/char_.rs index 995fc8761b..023b26633c 100644 --- a/crates/nu-command/src/commands/char_.rs +++ b/crates/nu-command/src/commands/char_.rs @@ -19,7 +19,7 @@ impl WholeStreamCommand for Char { } fn signature(&self) -> Signature { - Signature::build("ansi") + Signature::build("char") .required( "character", SyntaxShape::Any,