We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1b8a9 commit f2238c0Copy full SHA for f2238c0
css_html_js_minify/minify.py
@@ -205,7 +205,7 @@ def make_arguments_parser():
205
SHA1 HEX-Digest 11 Chars Hash on Filenames is used for Server Cache.
206
CSS Properties are Alpha-Sorted, to help spot cloned ones, Selectors not.
207
Watch works for whole folders, with minimum of ~60 Secs between runs.""")
208
- parser.add_argument('--version', action='version', version=css_html_js_minify.__version__)
+ # parser.add_argument('--version', action='version', version=css_html_js_minify.__version__)
209
parser.add_argument('fullpath', metavar='fullpath', type=str,
210
help='Full path to local file or folder.')
211
parser.add_argument('--wrap', action='store_true',
0 commit comments