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