Get-PredictiveTextOption

SYNOPSIS

Gets options for Posh Predictive Text.

SYNTAX

Version

Get-PredictiveTextOption [-Version] [<CommonParameters>]

ListCommands

Get-PredictiveTextOption [-ListCommands] [<CommonParameters>]

PrintScript

Get-PredictiveTextOption [-PrintScript] [<CommonParameters>]

DESCRIPTION

Gets information about and options set for Posh Predictive Text argument completer.

PARAMETERS

-ListCommands

List commands supported with predictive text.

Type: SwitchParameter
Parameter Sets: ListCommands
Aliases: List, l
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-PrintScript

Print PowerShell script used to initialise Powershell Predictive Text.

Type: SwitchParameter
Parameter Sets: PrintScript
Aliases: Print, p
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Version

Returns the version.

Type: SwitchParameter
Parameter Sets: Version
Aliases: Ver, v
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.String

System.Management.Automation.CompletionResult

NOTES