Kirby\Cli\Command\Plugin::description PHP Method

description() protected method

Get the plugin description
protected description ( )
    protected function description()
    {
        return isset($this->info['description']) ? $this->info['description'] : '-';
    }