daphne-project/daphne
Add option to specify amount of statistics displayed with --statistics
開放
#738 建立於 2024年5月29日
good first issue
倉庫指標
- 星標
- (80 顆星)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
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.