mishmash.commands.info module

class mishmash.commands.info.DisplayList[source]

Bases: object

add(key, val)[source]
clear()[source]
print(_format, clear=False, **kwargs)[source]
class mishmash.commands.info.Info(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 = 'Show information about the database and configuration.'
NAME = 'info'
lib_query(OrgType, lib)[source]