forked from extern/nushell
committed by
GitHub
parent
f0a073b397
commit
e810995cf8
@ -22,7 +22,7 @@ impl Command for LazyJoin {
|
||||
.required("right_on", SyntaxShape::Any, "Right column(s) to join on")
|
||||
.switch(
|
||||
"inner",
|
||||
"inner joing between lazyframes (default)",
|
||||
"inner join between lazyframes (default)",
|
||||
Some('i'),
|
||||
)
|
||||
.switch("left", "left join between lazyframes", Some('l'))
|
||||
|
Reference in New Issue
Block a user