1 implementation of Create
Microsoft.Arcade.Common (1)
CommandFactory.cs (1)
14
public ICommand
Create
(string executable, params string[] args)
1 reference to Create
Microsoft.DotNet.VersionTools (1)
Util\GitCommand.cs (1)
14
internal static ICommand Create(params string[] args) => s_commandFactory.
Create
("git", args);