Add Microsoft.DotNet.Tools.Interactive
This commit is contained in:
parent
54847cf032
commit
e2cdf17e2e
14 changed files with 278 additions and 37 deletions
|
@ -44,7 +44,7 @@ namespace Microsoft.DotNet.Cli.Utils
|
|||
|
||||
public static Command Create(string executable, IEnumerable<string> args)
|
||||
{
|
||||
return Create(executable, args.Any() ? string.Join(" ", args) : string.Empty);
|
||||
return Create(executable, string.Join(" ", args));
|
||||
}
|
||||
|
||||
public static Command Create(string executable, string args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue