Partager via


CommandLineBuilderExtensions.EnableDirectives Méthode

Définition

Permet à l’analyseur de reconnaître les directives de ligne de commande.

public static System.CommandLine.Builder.CommandLineBuilder EnableDirectives (this System.CommandLine.Builder.CommandLineBuilder builder, bool value = true);
static member EnableDirectives : System.CommandLine.Builder.CommandLineBuilder * bool -> System.CommandLine.Builder.CommandLineBuilder
<Extension()>
Public Function EnableDirectives (builder As CommandLineBuilder, Optional value As Boolean = true) As CommandLineBuilder

Paramètres

builder
CommandLineBuilder

Générateur de ligne de commande.

value
Boolean

Si la valeur trueest , les directives sont activées. Sinon, ils sont analysés comme n’importe quel autre jeton.

Retours

Le même instance de CommandLineBuilder.

S’applique à

Voir aussi