This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Grype.
Summary
Renders the command-line argument, making relative paths absolute.
- Assembly
- Cake
.Grype .dll - Namespace
- Cake
.Grype - Containing Type
- GrypeSource
Syntax
public string ToArgument(DirectoryPath workingDirectory)
Parameters
| Name | Type | Description |
|---|---|---|
| workingDirectory | DirectoryPath | The absolute directory relative paths are resolved against. |
Return Value
| Type | Description |
|---|---|
| string | The argument. |
