mishmash.commands.web module

class mishmash.commands.web.Web(subparsers=None, **kwargs)[source]

Bases: mishmash.core.Command

Construct a command. Any kwargs are added to the class object using setattr. All commands have an ArgumentParser, either constructed here or when subparsers is given a new parser is created using its add_parser method.

HELP = 'MishMash web interface.'
NAME = 'web'