125
126
Option('color', type=str, argname='when',
126
127
help='Show match in color. WHEN is never, always or auto.'),
127
130
ListOption('exclude', type=str, argname='glob', short_name='X',
128
131
help="Skip files whose base name matches GLOB."),
129
132
ListOption('include', type=str, argname='glob', short_name='I',