2 implementations of CommandArgs
Microsoft.DotNet.Cli.Utils (2)
BuiltInCommand.cs (1)
19public string CommandArgs => string.Join(" ", _commandArgs);
Command.cs (1)
189public string CommandArgs => _process.StartInfo.Arguments;