Merge pull request #382 from devnought/master

use `clap::crate_version!()`, remove async feature
This commit is contained in:
Jonathan Turner
2019-08-25 07:22:38 +12:00
committed by GitHub

View File

@ -4,7 +4,7 @@ use std::error::Error;
fn main() -> Result<(), Box<dyn Error>> {
let matches = App::new("nushell")
.version("0.1.3")
.version(clap::crate_version!())
.arg(
Arg::with_name("loglevel")
.short("l")