2 overrides of GetOutputPathDescription
aspire (2)
Commands\DeployCommand.cs (1)
20
protected override string
GetOutputPathDescription
() => DeployCommandStrings.OutputPathArgumentDescription;
Commands\PublishCommand.cs (1)
42
protected override string
GetOutputPathDescription
() => PublishCommandStrings.OutputPathArgumentDescription;
1 reference to GetOutputPathDescription
aspire (1)
Commands\PublishCommandBase.cs (1)
49
Description =
GetOutputPathDescription
(),