forked from extern/nushell
Color appropiately commands. (#1453)
This commit is contained in:
parent
c4cfab5e16
commit
59cb0ba381
@ -87,7 +87,6 @@ pub fn parse_command_tail(
|
|||||||
Ok(expr) => {
|
Ok(expr) => {
|
||||||
named.insert_optional(name, Some(expr));
|
named.insert_optional(name, Some(expr));
|
||||||
rest_signature.remove_named(name);
|
rest_signature.remove_named(name);
|
||||||
tail.move_to(pos);
|
|
||||||
}
|
}
|
||||||
Err(_) => {
|
Err(_) => {
|
||||||
found_error = Some(ParseError::argument_error(
|
found_error = Some(ParseError::argument_error(
|
||||||
|
Loading…
Reference in New Issue
Block a user