Home | History | Annotate | Download | only in git

Lines Matching refs:opts

116   opts, args = parser.parse_args()
117 if opts.use_default_glob and opts.user_supplied_globs:
122 from_file = opts.input_filename != ""
127 if not opts.force_unsafe_run:
141 if opts.use_default_glob:
143 elif opts.user_supplied_globs:
144 global_file_globs = opts.user_supplied_globs
148 if opts.input_filename == '':
153 f = open(opts.input_filename)