mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 08:26:22 +02:00
Fixing the flag issue (#5447)
* Fixing the flag issue * whoops, forgot the original point of the function * Update deparse.rs * Update deparse.rs * Update deparse.rs * maybe this might work * fmt * quotation marks works now due to a rigorous check for args. * fmt and clippy * kept the original escape_quote_string(), escaped " and \ * removed script.nu * Added appropriate comments.
This commit is contained in:
@ -8,7 +8,7 @@ mod parse_keywords;
|
||||
mod parser;
|
||||
mod type_check;
|
||||
|
||||
pub use deparse::escape_quote_string;
|
||||
pub use deparse::{escape_quote_string, escape_quote_string_with_file};
|
||||
pub use errors::ParseError;
|
||||
pub use flatten::{flatten_block, flatten_expression, flatten_pipeline, FlatShape};
|
||||
pub use known_external::KnownExternal;
|
||||
|
Reference in New Issue
Block a user