show commands in help screen in the same syntax they are parsed

This commit is contained in:
Henrik Friedrichsen
2020-02-05 22:48:35 +01:00
parent cea2cbb33e
commit 54230bd85b
6 changed files with 95 additions and 6 deletions

View File

@@ -35,6 +35,9 @@ extern crate fern;
extern crate rand;
extern crate url;
extern crate strum;
extern crate strum_macros;
use std::fs;
use std::path::PathBuf;
use std::process;