mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 16:54:58 +02:00
Pipeline blocks (#1579)
* Making Commands match what UntaggedValue needs * WIP * WIP * WIP * Moved to expressions for conditions * Add 'each' command to use command blocks * More cleanup * Add test for 'each' * Instead use an expression block
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
use nu_parser::{ExternalArg, ExternalArgs, ExternalCommand};
|
||||
use nu_protocol::hir::{ExternalArg, ExternalArgs, ExternalCommand};
|
||||
use nu_source::{Span, SpannedItem, Tag, TaggedItem};
|
||||
|
||||
pub struct ExternalBuilder {
|
||||
|
Reference in New Issue
Block a user