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