mirror of
https://github.com/nushell/nushell.git
synced 2024-12-16 04:01:43 +01:00
fix import
This commit is contained in:
parent
29d2449fb3
commit
3d2e227f11
@ -1,4 +1,4 @@
|
||||
use nu_parser_new::{lex, lite_parse, LexMode, ParserWorkingSet};
|
||||
use engine_q::{lex, lite_parse, LexMode, ParserWorkingSet};
|
||||
|
||||
fn main() -> std::io::Result<()> {
|
||||
if let Some(path) = std::env::args().nth(1) {
|
||||
|
Loading…
Reference in New Issue
Block a user