2 implementations of SetCommandArgs
Microsoft.DotNet.Cli.Utils (2)
BuiltInCommand.cs (1)
180public ICommand SetCommandArgs(string commandArgs)
Command.cs (1)
201public ICommand SetCommandArgs(string commandArgs)
1 reference to SetCommandArgs
dotnet (1)
Commands\Run\RunCommand.cs (1)
206targetCommand.SetCommandArgs(launchSettings.CommandLineArgs);