100
100
help='Number of levels to display - 0 for all, 1 for collapsed (1 is default).',
103
ListOption('include', type=str, argname='glob',
103
ListOption('include', type=str, argname='glob', short_name='I',
104
104
help="Search only files whose base name matches GLOB."),
105
ListOption('exclude', type=str, argname='glob',
105
ListOption('exclude', type=str, argname='glob', short_name='X',
106
106
help="Skip files whose base name matches GLOB."),