class documentation

class SeparatedPathType(click.Path):

View In Hierarchy

Click option type that accepts a list of values separated by the OS's path separator (:, ; on Windows). Each value is validated as a click.Path type.
Method convert Undocumented
def convert(self, value, param, ctx):

Undocumented