mishmash.commands.info module¶
-
class
mishmash.commands.info.Info(subparsers=None, **kwargs)[source]¶ Bases:
mishmash.core.CommandConstruct a command. Any kwargs are added to the class object using
setattr. All commands have an ArgumentParser, either constructed here or whensubparsersis given a new parser is created using itsadd_parsermethod.-
HELP= 'Show information about the database and configuration.'¶
-
NAME= 'info'¶
-