libs.commands.help.entry module

libs/commands/help/entry.py

class libs.commands.help.entry.HelpConfig

Bases: SubCommands

helpセクション処理

__init__()
Return type:

None

libs.commands.help.entry.help_message(m)

呼び出しキーワードヘルプメッセージ

Parameters:

m (MessageParserProtocol) – メッセージデータ

Return type:

None

libs.commands.help.entry.main(m)

ヘルプ処理エントリーポイント

Parameters:

m (MessageParserProtocol) – メッセージデータ

Return type:

None