mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 07:05:47 +02:00
Port range to engine-p (#3377)
* Removes arg serialization * action stream -> output stream * uses nu_protocol::Range instead of NumericRange * random missing newline I found in the code
This commit is contained in:
@ -40,6 +40,7 @@ impl FromValue for num_bigint::BigInt {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl FromValue for Tagged<u64> {
|
||||
fn from_value(v: &Value) -> Result<Self, ShellError> {
|
||||
let tag = v.tag.clone();
|
||||
|
Reference in New Issue
Block a user