Skip to content
DocsTry Aspire
DocsTry

CommandLineArgsEditor

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

Methods

methodadd
Adds a command-line argument.
add(value: IExpressionValue): void
valueIExpressionValue