Re: [PATCH v2 0/2] usertools: usertools: use argparse to get input and add an argument

2023-02-06 Thread Thomas Monjalon
> Huisong Li (2): > usertools: use argparse module to get input parameter > usertools: add an argument for file prefix Applied, thanks.

[PATCH v2 0/2] usertools: usertools: use argparse to get input and add an argument

2023-01-09 Thread Huisong Li
The telemetry client script uses argparse to get local socket file path and file prefix path. --- v2: use an optional positional arguments for local socket path to keep backward compatibility. Huisong Li (2): usertools: use argparse module to get input parameter usertools: add an argume