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