# HTML5 minify CLI ``` html5minify 1.0.0 HTML5Minify options USAGE: html5minify [FLAGS] [output] FLAGS: -w, --whitespace Preserve whitespace -h, --help Prints help information -d, --doctype Omit HTML5 doctype -c, --comments Preserve HTML comments -V, --version Prints version information ARGS: Input file Output file, stdout if not set ```