Argument

data class Argument(val name: String, val value: String)(source)

The argument for which completion is being requested.

Constructors

Link copied to clipboard
constructor(name: String, value: String)

Properties

Link copied to clipboard

The name of the argument being completed.

Link copied to clipboard

The partial value of the argument to use for completion matching. This is typically the text the user has typed so far.