FishShellProvider.GenerateCompletions(Command) Method

Definition

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

Parameters

command
Command

Returns

Implements

Applies to