コード例 #1
0
ファイル: FormatTableCommand.cs プロジェクト: mauve/Pash
 protected override void BeginProcessing()
 {
     var tableOptions = new TableFormatGeneratorOptions(GetOptions());
     tableOptions.AutoSize = AutoSize.IsPresent;
     tableOptions.HideTableHeaders = HideTableHeaders.IsPresent;
     tableOptions.Wrap = Wrap.IsPresent;
     tableOptions.Properties = Property;
     FormatManager.Options = tableOptions;
 }
コード例 #2
0
ファイル: TableFormatGenerator.cs プロジェクト: prateek/Pash
 public TableFormatGenerator(ExecutionContext context, TableFormatGeneratorOptions options)
     : base(context, FormatShape.Table, options)
 {
 }
コード例 #3
0
ファイル: TableFormatGenerator.cs プロジェクト: jagrem/Pash
 public TableFormatGenerator(ExecutionContext context, TableFormatGeneratorOptions options)
     : base(context, FormatShape.Table, options)
 {
 }