daphne-project/daphne

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

Aberta

#738 aberto em 29 de mai. de 2024

 (0 comentário) (0 reação) (0 responsável)C++ (84 forks)auto 404
good first issue

Métricas do repositório

Stars
 (80 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador