daphne-project/daphne

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

Offen

#738 geöffnet am 29.05.2024

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (84 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (80 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide