mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 23:04:26 +02:00
conversion from string cells to any cells in printer.Table
This commit is contained in:
@@ -107,7 +107,7 @@ func printShards(conf *cfg.Config, shardlist shards.Response) error {
|
||||
for idx, shard := range shardlist {
|
||||
name := colorzizeShard(conf, *shard.State, *shard.Index)
|
||||
|
||||
table.Entries[idx] = []string{
|
||||
table.Entries[idx] = []any{
|
||||
name,
|
||||
*shard.Shard,
|
||||
resolvePrirep(*shard.Prirep),
|
||||
|
||||
Reference in New Issue
Block a user