This commit is contained in:
Wilson Lin 2021-08-08 02:22:29 +10:00
parent 382b07a517
commit 561f2094fc
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +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.
pub ensure_spec_compliant_unquoted_attribute_values: bool,
ensure_spec_compliant_unquoted_attribute_values: bool,
/// Do not omit closing tags when possible.
#[structopt(long)]
keep_closing_tags: bool,