mirror of
https://github.com/nushell/nushell.git
synced 2024-11-25 01:43:47 +01:00
Color appropiately commands. (#1453)
This commit is contained in:
parent
c4cfab5e16
commit
59cb0ba381
@ -87,7 +87,6 @@ pub fn parse_command_tail(
|
||||
Ok(expr) => {
|
||||
named.insert_optional(name, Some(expr));
|
||||
rest_signature.remove_named(name);
|
||||
tail.move_to(pos);
|
||||
}
|
||||
Err(_) => {
|
||||
found_error = Some(ParseError::argument_error(
|
||||
|
Loading…
Reference in New Issue
Block a user