| 110 | } |
| 111 | |
| 112 | bool TFMultiShow::ReAccount(ShowMultiNode* node, const Options& opts) { |
| 113 | return node->ReInit(opts.step, opts.account_type_regexes); |
| 114 | } |
| 115 | |
| 116 | string TFMultiShow::FormatLegend(const Options& opts) const { |
| 117 | std::vector<string> legends; |