Add syntect (and borrow bat's theme file)

This commit is contained in:
Jonathan Turner
2019-07-20 13:12:04 +12:00
parent d5d4da0bf8
commit 27dbc1cb9a
10 changed files with 113 additions and 17 deletions

View File

@ -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")