mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 22:07:57 +02:00
Data flows across commands via streams now
This commit is contained in:
@ -17,7 +17,7 @@ pub enum Item {
|
||||
Operator(Operator),
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord)]
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
|
||||
pub enum Operator {
|
||||
Equal,
|
||||
NotEqual,
|
||||
|
Reference in New Issue
Block a user