Skip to content
Docs Try Aspire
Docs Try

CommandLineArgsEditor

Handle
📦 Aspire.Hosting v13.3.0
interface CommandLineArgsEditor {
add(value: IExpressionValue): void;
}

Methods

method add
Adds a command-line argument
add(value: IExpressionValue): void
value IExpressionValue