mirror of
https://github.com/nushell/nushell.git
synced 2025-04-14 08:18:17 +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)]
|
||||
pub struct Arguments {
|
||||
pub rest: Vec<ColumnPath>,
|
||||
pub character_set: Option<Tagged<String>>,
|
||||
pub encode: Tagged<bool>,
|
||||
pub decode: Tagged<bool>,
|
||||
pub rest: Vec<ColumnPath>,
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
|
Loading…
Reference in New Issue
Block a user