fix arg parse (#5754)

* fix arg parse

* add ut, fix clippy

* simplify code

* fmt code
This commit is contained in:
WindSoilder
2022-06-11 16:52:31 +08:00
committed by GitHub
parent c5cb369d8d
commit 2dea9e6f1f
3 changed files with 72 additions and 92 deletions

View File

@ -8,7 +8,7 @@ mod parse_keywords;
mod parser;
mod type_check;
pub use deparse::{escape_quote_string, escape_quote_string_with_file};
pub use deparse::{escape_for_script_arg, escape_quote_string};
pub use errors::ParseError;
pub use flatten::{flatten_block, flatten_expression, flatten_pipeline, FlatShape};
pub use known_external::KnownExternal;