mirror of
https://github.com/beautifier/js-beautify.git
synced 2024-11-27 22:50:26 +00:00
The -b option should be followed by an argument
This commit is contained in:
parent
a4acbc84a4
commit
16ea1404c2
@ -232,7 +232,7 @@ def main():
|
||||
argv = sys.argv[1:]
|
||||
|
||||
try:
|
||||
opts, args = getopt.getopt(argv, "f:s:c:e:o:rdEPjabkil:xhtvXnCO:w:m:",
|
||||
opts, args = getopt.getopt(argv, "f:s:c:e:o:rdEPjab:kil:xhtvXnCO:w:m:",
|
||||
['file=', 'indent-size=', 'indent-char=', 'eol=', 'outfile=', 'replace', 'disable-preserve-newlines',
|
||||
'space-in-paren', 'space-in-empty-paren', 'jslint-happy', 'space-after-anon-function',
|
||||
'brace-style=', 'indent-level=', 'unescape-strings',
|
||||
|
Loading…
Reference in New Issue
Block a user