IShellProvider.GenerateCompletions(Command) Method

Definition

Generates a shell-specific completions script for the given command tree.

public:
 System::String ^ GenerateCompletions(System::CommandLine::Command ^ command);
public string GenerateCompletions(System.CommandLine.Command command);
abstract member GenerateCompletions : System.CommandLine.Command -> string
Public Function GenerateCompletions (command As Command) As String

Parameters

command
Command

Returns

Applies to