2 implementations of SetCommandArgs
Microsoft.DotNet.Cli.Utils (2)
BuiltInCommand.cs (1)
178public ICommand SetCommandArgs(string commandArgs)
Command.cs (1)
199public ICommand SetCommandArgs(string commandArgs)
1 reference to SetCommandArgs
dotnet (1)
Commands\Run\RunCommand.cs (1)
605command.SetCommandArgs(launchSettings.CommandLineArgs);