Pluggdapps

Component system. Web framework. And more ...

commands – Sub-commands for pa script.

This package contain a collection of sub-command plugins for pa script. Sub-commands should implement pluggdapps.interfaces.ICommand interface.

How to implement a sub-command plugin

Just like any other plugin, derive your class from Plugin base class and declare that the class implements pluggdapps.interfaces.ICommand interface. Refer to ICommand interface class to learn more about sub-command callbacks.

Table Of Contents

Related Topics

This Page