Exemplo n.º 1
0
 public async ValueTask ExecuteAsync(IConsole console) =>
 await Creator.Create(Mode, Log);
Exemplo n.º 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);
Exemplo n.º 3
0
 public async ValueTask ExecuteAsync(IConsole console) =>
 await Creator.Create(Mode, StagePaths.UnJoin('|'), Log);
Exemplo n.º 4
0
 public async ValueTask ExecuteAsync(IConsole console) =>
 await Creator.Create(CopyProd?BranchState.CopyProd : BranchState.Fresh, Log);