---
title: "PluginCommandIntent.custom(verb:description:)"
framework: packagedescription
role: symbol
role_heading: Case
path: "packagedescription/plugincommandintent/custom(verb:description:)"
---

# PluginCommandIntent.custom(verb:description:)

A custom command plug-in intent.

## Declaration

```swift
case custom(verb: String, description: String)
```

## Parameters

- `verb`: The invocation verb of the plug-in.
- `description`: A human readable description of the plug-in’s role.

## Discussion

Discussion Use this case when none of the predefined cases fulfill the role of the plug-in.

## See Also

### Creating a Command Intent

- [documentationGeneration()](packagedescription/plugincommandintent/documentationgeneration().md)
- [sourceCodeFormatting()](packagedescription/plugincommandintent/sourcecodeformatting().md)
