mirror of
https://github.com/nushell/nushell.git
synced 2025-08-11 23:30:22 +02:00
committed by
GitHub
parent
362bb1bea3
commit
f14c0df582
@ -153,11 +153,6 @@ fn main() -> Result<(), Box<dyn Error>> {
|
||||
}
|
||||
|
||||
None => {
|
||||
println!(
|
||||
"Welcome to Nushell {} (type 'help' for more info)",
|
||||
clap::crate_version!()
|
||||
);
|
||||
|
||||
let mut syncer = EnvironmentSyncer::new();
|
||||
let context = create_default_context(&mut syncer, true)?;
|
||||
futures::executor::block_on(nu_cli::cli(syncer, context))?;
|
||||
|
Reference in New Issue
Block a user