3 writes to ArgumentInputs
Aspire.Cli.Tests (3)
Backchannel\ResourceSnapshotMapperTests.cs (2)
55
ArgumentInputs
=
252
ArgumentInputs
=
Commands\ResourceCommandTests.cs (1)
2355
ArgumentInputs
= argumentInputs
6 references to ArgumentInputs
aspire (6)
Backchannel\ResourceSnapshotMapper.cs (2)
128
ArgumentInputs = c.command.
ArgumentInputs
.Length > 0
129
? c.command.
ArgumentInputs
.Select(MapCommandArgumentInput).ToArray()
Commands\ResourceCommand.cs (4)
261
if (command?.
ArgumentInputs
is { Length: > 0 } inputs)
269
if (command?.
ArgumentInputs
is not { Length: > 0 } argumentInputs)
768
if (command.
ArgumentInputs
.Length > 0)
773
command.
ArgumentInputs
.Select(argument => (GetCommandOptionLabel(argument), GetArgumentDescription(argument, cliOptionNames))),