fix mistype of syntax highlight option
This commit is contained in:
parent
bcd620ed43
commit
35a512680c
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ pub struct Args {
|
|||
#[clap(long, env="MICROBIN_NO_LISTING")]
|
||||
pub no_listing: bool,
|
||||
|
||||
#[clap(long, env="MICROBIN_HIGHLIGHTINGSYNTAX")]
|
||||
#[clap(long, env="MICROBIN_HIGHLIGHTSYNTAX")]
|
||||
pub highlightsyntax: bool,
|
||||
|
||||
#[clap(short, long, env="MICROBIN_PORT", default_value_t = 8080)]
|
||||
|
|
Loading…
Reference in a new issue