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