3 writes to ArgumentInputs
Aspire.Cli.Tests (3)
Backchannel\ResourceSnapshotMapperTests.cs (2)
55
ArgumentInputs
=
252
ArgumentInputs
=
Commands\ResourceCommandTests.cs (1)
2357
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)
260
if (command?.
ArgumentInputs
is { Length: > 0 } inputs)
268
if (command?.
ArgumentInputs
is not { Length: > 0 } argumentInputs)
764
if (command.
ArgumentInputs
.Length > 0)
769
command.
ArgumentInputs
.Select(argument => (GetCommandOptionLabel(argument), GetArgumentDescription(argument, cliOptionNames))),