コード例 #1
0
 protected override void Print(string template, GitHubAction action) =>
 _streamer.PushLine <NoColorActionPrinter>(new StreamOptions
 {
     Level    = LogLevel.Information,
     Messages = new StreamMessageBuilder()
                .Add(string.Format(template, action.Repository, action.CurrentVersion, ArrowChar, action.LatestVersion))
                .Build()
 });
コード例 #2
0
ファイル: ActionPrinterBase.cs プロジェクト: fabasoad/ghacu
 protected abstract void Print(string template, Action action);