daphne-project/daphne
Add option to specify amount of statistics displayed with --statistics
オープン
#738 opened on 2024/05/29
good first issue
Repository metrics
- Stars
- (80 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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.