daphne-project/daphne

Add option to specify amount of statistics displayed with --statistics

Aperta

#738 aperta il 29 mag 2024

 (0 commenti) (0 reazioni) (0 assegnatari)C++ (84 fork)auto 404
good first issue

Metriche repository

Star
 (80 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Currently, --statistics displays up to a fixed amount of of lines as output, this is hardcoded at 10, see here.

We would like to give the user of daphne an option to specify the upper limit of displayed statistics. Preferably, the --statistics command still works without any change, and in addition to that one could specify a number, e.g., --statistics=20 or --statistics 20.

Guida contributor