mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 11:00:17 +02:00
Add syntect (and borrow bat's theme file)
This commit is contained in:
@ -9,8 +9,8 @@ use log::LevelFilter;
|
||||
use std::error::Error;
|
||||
|
||||
fn main() -> Result<(), Box<dyn Error>> {
|
||||
let matches = App::new("nu shell")
|
||||
.version("0.5")
|
||||
let matches = App::new("nushell")
|
||||
.version("0.1.3")
|
||||
.arg(
|
||||
Arg::with_name("loglevel")
|
||||
.short("l")
|
||||
|
Reference in New Issue
Block a user