Table of Contents

ICliGetCompletions Interface

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

An interface to get custom completions for options and arguments in a command class.

public interface ICliGetCompletions

Methods

GetCompletions(string, CompletionContext)

This method will be called for every option and argument, you should switch according to the property name which corresponds to the option or argument whose completions will be retrieved.