hardhat-gas-reporter icon indicating copy to clipboard operation
hardhat-gas-reporter copied to clipboard

Compress command line output for qualified names

Open cgewecke opened this issue 3 years ago • 0 comments

The format for the table output at the command line needs to be reworked so it resembles the Markdown table used by codechecks. The qualified names are long and everything's getting really wide

Instead of:

Contract Method etc..
ContractA a 111
ContractA b 222
ContractB x 444

it should be:

Methods etc..
ContractA
    a 111
    b 222
ContractB
    x 444

cgewecke avatar Oct 30 '20 01:10 cgewecke