2 implementations of CommandArgs
Microsoft.DotNet.Cli.Utils (2)
BuiltInCommand.cs (1)
21public string CommandArgs => string.Join(" ", _commandArgs);
Command.cs (1)
191public string CommandArgs => _process.StartInfo.Arguments;
1 reference to CommandArgs
dotnet (1)
Commands\Run\RunCommand.cs (1)
204if (!NoLaunchProfileArguments && string.IsNullOrEmpty(targetCommand.CommandArgs) && launchSettings.CommandLineArgs != null)