Help Tool

Implementation of the help tool contained in sk.py.

class pysk.tools.Help(parent, description='Describe the usage of this program or its subcommands', **kwargs)

Help tool implementation

Displays a help messag for a given tool

Parameters:
  • parent (object) – Parent ToolBase object
  • description (str) – Description of the Help tool.
  • **kwargs – Key word arguments forwarded to parent