getPlugin

Back to index

Summary

Retrieves an installed plugin.
pluginName
Stringrequired
The name of the plugin.

Usage

Perl

$cmdr->getPlugin( "test-pluginName" # pluginName );

ectool

ectool getPlugin \ "test-pluginName" `# pluginName`

Examples

Perl

$cmdr->getPlugin("TheWidget");

ectool

ectool getPlugin "TheWidget"