mcph.nice_echo#

Module for CLI commands.

Module Contents#

Classes#

NiceEcho

Class for Nice Echo some info, to console.

class NiceEcho[source]#

Class for Nice Echo some info, to console.

static style_table(table: prettytable.PrettyTable) None[source]#

Add some style options to table argument.

Parameters:

table – Table which we need change.

static nice_echo_plugins(plugins: List[mcph.models.plugin.Plugin]) None[source]#

Nice echo all plugins from a list.

Parameters:

plugins – List with plugins objects with information about it.