mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 23:05:47 +02:00
add back some shell coloring
This commit is contained in:
@ -94,10 +94,10 @@ pub struct PathNode {
|
||||
|
||||
#[derive(Debug, Clone, Eq, PartialEq, Ord, PartialOrd, Getters, new)]
|
||||
pub struct PipelineElement {
|
||||
pre_ws: Option<Span>,
|
||||
pub pre_ws: Option<Span>,
|
||||
#[get = "crate"]
|
||||
call: Spanned<CallNode>,
|
||||
post_ws: Option<Span>,
|
||||
pub post_ws: Option<Span>,
|
||||
}
|
||||
|
||||
impl PipelineElement {
|
||||
|
Reference in New Issue
Block a user