ArgumentsBuilderExtension.

GetPropertyName(string) Method

Summary

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

Syntax

public static string GetPropertyName(string name)

Examples

NoForce -> no-force

Parameters

Name Type Description
name string

Return Value

Type Description
string