GrypeTool<TSettings>.

CreateArgumentBuilder(TSettings, string[]) Method

Summary

Creates a ProcessArgumentBuilder containing the command words followed by the global flags.
Assembly
Cake.Grype.dll
Namespace
Cake.Grype
Containing Type
GrypeTool<TSettings>

Syntax

protected ProcessArgumentBuilder CreateArgumentBuilder(TSettings settings, params string[] command)

Parameters

Name Type Description
settings TSettings The settings.
command string[] The command words, for example db, update; none for a scan.

Return Value

Type Description
ProcessArgumentBuilder The argument builder.