class documentation

class SeparatedPathType(click.Path): (source)

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 :class:`click.Path` type.

Method convert Undocumented
def convert(self, value, param, ctx): (source)

Undocumented