Tell Nu to look for hash's rest columns paths first. (#2777)

This commit is contained in:
Andrés N. Robalino 2020-12-04 13:49:58 -05:00 committed by GitHub
parent e73278990c
commit d2ab287756
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)]