mirror of
https://github.com/nushell/nushell.git
synced 2025-04-16 09:18:21 +02:00
Tell Nu to look for hash's rest columns paths first. (#2777)
This commit is contained in:
parent
e73278990c
commit
d2ab287756
@ -11,10 +11,10 @@ use base64::{decode_config, encode_config};
|
|||||||
|
|
||||||
#[derive(Deserialize)]
|
#[derive(Deserialize)]
|
||||||
pub struct Arguments {
|
pub struct Arguments {
|
||||||
|
pub rest: Vec<ColumnPath>,
|
||||||
pub character_set: Option<Tagged<String>>,
|
pub character_set: Option<Tagged<String>>,
|
||||||
pub encode: Tagged<bool>,
|
pub encode: Tagged<bool>,
|
||||||
pub decode: Tagged<bool>,
|
pub decode: Tagged<bool>,
|
||||||
pub rest: Vec<ColumnPath>,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
|
Loading…
Reference in New Issue
Block a user