mirror of
https://github.com/nushell/nushell.git
synced 2025-08-11 14:24:49 +02:00
&str -> Text
This commit is contained in:
@ -22,6 +22,8 @@ use clap::{App, Arg};
|
||||
use log::LevelFilter;
|
||||
use std::error::Error;
|
||||
|
||||
crate use parser::parse2::text::Text;
|
||||
|
||||
fn main() -> Result<(), Box<dyn Error>> {
|
||||
let matches = App::new("nu shell")
|
||||
.version("0.5")
|
||||
|
Reference in New Issue
Block a user