chaincodelabs / bitcoinperf

High-level performance monitoring framework for Bitcoin Core

Home Page:https://bitcoinperf.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch to python's argparse module

maflcko opened this issue · comments

Options are parsed manually and lack documentation. Both can be solved with the python3 argparse module.