unidown.main

Entry into the program.

Functions

main([argv])

Entry point into the program.

Classes

PluginListAction(option_strings, dest, **kwargs)

Lists all plugins which are available.

class PluginListAction(option_strings, dest, **kwargs)[source]

Bases: Action

Lists all plugins which are available. Extension for ArgumentParser.

Parameters
main(argv=None)[source]

Entry point into the program. Gets the arguments from the console and proceed them with ArgumentParser. Returns if its success successful 0 else 1.

Parameters

argv (Optional[list[str]]) –

Return type

None