vsgen.util.argparse module

This module provides the neccessary defintions to extend the argparse module.

class vsgen.util.argparse.DirectoryType[source]

Bases: object

Factory for creating directory object types.

Instances of DirectoryType are typically passed as type arguments to the add_argument() method.