ArgumentsBuilderExtension.

GetPropertyName(string) Method

Summary

Converts property name to Buildah arguments format.
Assembly
Cake.Buildah.dll
Namespace
Cake.Buildah
Containing Type
ArgumentsBuilderExtension

Syntax

public static string GetPropertyName(string name)

Examples

NoForce -> no-force.

Attributes

Type Description
NullableContextAttribute

Parameters

Name Type Description
name string the property name.

Return Value

Type Description
string a nullable string.