vkb.cli package

Module contents

class vkb.cli.VKBCLI(name, command_pkgs=None, plugin: Optional[nubia.internal.plugin_interface.PluginInterface] = None, testing: bool = False, options: Optional[nubia.internal.options.Options] = None)[source]

Bases: nubia.internal.nubia.Nubia

class vkb.cli.VKBPlugin[source]

Bases: nubia.internal.plugin_interface.PluginInterface

get_opts_parser(add_help=True)[source]

Builds the ArgumentParser that will be passed to nubia, use this to build your list of arguments that you want for your shell.

vkb.cli.main()[source]