Lines Matching refs:getopt
98 import getopt
145 raise getopt.GetoptError("The -d option value must be an existing directory")
177 raise getopt.GetoptError(
202 raise getopt.GetoptError(
214 raise getopt.GetoptError("-q and -v options are mutually exclusive")
222 raise getopt.GetoptError("-m and --flavor options are mutually exclusive")
224 raise getopt.GetoptError("-t and -x options are mutually exclusive")
226 raise getopt.GetoptError("Must specify exactly one TTX source file when using -m")
228 raise getopt.GetoptError("--with-zopfli option requires --flavor 'woff'")
332 rawOptions, files = getopt.getopt(args, "ld:o:fvqht:x:sgim:z:baey:",
340 raise getopt.GetoptError('Must specify at least one input file')
344 raise getopt.GetoptError('File not found: "%s"' % input)
359 raise getopt.GetoptError('Unknown file type: "%s"' % input)
394 except getopt.GetoptError as e: