Bind Cake arguments to classes via Attributes
#addin nuget:?package=Cake.ArgumentBinder&version=0.3.0
<package id="Cake.ArgumentBinder" version="0.3.0" />
dotnet add package Cake.ArgumentBinder --version 0.3.0
<PackageReference Include="Cake.ArgumentBinder" Version="0.3.0" />
Aliases
Create
CreateFromArguments |
Creates an instance of a class that can bind arguments to. |
ToString
Argument |
Takes in an object that has arguments binded to it, and creates a string-representation of the class. |