mirror of
https://github.com/nushell/nushell
synced 2024-12-28 05:53:09 +00:00
fix import
This commit is contained in:
parent
29d2449fb3
commit
3d2e227f11
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue