Fix CLI
This commit is contained in:
parent
4c69399c5a
commit
0f620de731
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ struct Cli {
|
|||
#[structopt(long)]
|
||||
minify_css: bool,
|
||||
/// Ensure all unquoted attribute values in the output do not contain any characters prohibited by the WHATWG specification.
|
||||
#[structopt(long)]
|
||||
ensure_spec_compliant_unquoted_attribute_values: bool,
|
||||
/// Do not omit closing tags when possible.
|
||||
#[structopt(long)]
|
||||
|
|
|
|||
Reference in a new issue