mirror of
https://github.com/nushell/nushell.git
synced 2025-08-11 06:46:40 +02:00
Fix up some warnings and move integration tests to correct dir
This commit is contained in:
@ -17,13 +17,12 @@ mod parser;
|
||||
mod prelude;
|
||||
mod shell;
|
||||
mod stream;
|
||||
mod tests;
|
||||
|
||||
use clap::{App, Arg};
|
||||
use log::LevelFilter;
|
||||
use std::error::Error;
|
||||
|
||||
fn main() -> Result<(), Box<Error>> {
|
||||
fn main() -> Result<(), Box<dyn Error>> {
|
||||
let matches = App::new("nu shell")
|
||||
.version("0.5")
|
||||
.arg(
|
||||
|
Reference in New Issue
Block a user