Add -c flag and others to cmdline args (#853)

* Add -c flag and others to cmdline args

* finish a little bit of cleanup

* Oops, forgot file
This commit is contained in:
JT
2022-01-26 12:26:43 -05:00
committed by GitHub
parent 8ee619954d
commit 83ec374995
6 changed files with 219 additions and 39 deletions

View File

@ -13,7 +13,7 @@ pub use flatten::{
pub use lex::{lex, Token, TokenContents};
pub use lite_parse::{lite_parse, LiteBlock};
pub use parser::{find_captures_in_expr, parse, trim_quotes, Import};
pub use parser::{find_captures_in_expr, parse, parse_block, trim_quotes, Import};
#[cfg(feature = "plugin")]
pub use parse_keywords::parse_register;