예제 #1
0
 public async ValueTask ExecuteAsync(IConsole console) =>
 await Creator.Create(Mode, Log);
예제 #2
0
 public async ValueTask ExecuteAsync(IConsole console) =>
 await Creator.Create(Parts?.UnJoin('|').Select(p => p.ParseEnum <EnvPart>()).ToArray(), Mode, StagePaths.UnJoin('|'), NonBranch, Schema, Log);
예제 #3
0
 public async ValueTask ExecuteAsync(IConsole console) =>
 await Creator.Create(Mode, StagePaths.UnJoin('|'), Log);
예제 #4
0
 public async ValueTask ExecuteAsync(IConsole console) =>
 await Creator.Create(CopyProd?BranchState.CopyProd : BranchState.Fresh, Log);