AmalChandru / metrics-monkey

metrics-monkey 🐒🚀: Fast, simple CLI for HTTP benchmarking.
MIT License
14 stars 1 forks source link

Implement single letter flags for command-line options #2

Open AmalChandru opened 2 months ago

AmalChandru commented 2 months ago

Currently, our command-line interface only supports full word flags (--url, --concurrency, etc). We should introduce single letter alternatives (--u, --c, etc) for better usability and to align with common CLI conventions. This will involve updating the flag parsing logic and documentation.

YashrajKupekar17 commented 2 months ago

I would solve this issue. Please assign it to me.

AmalChandru commented 2 months ago

Hey @YashrajKupekar17, Assigning this to you

AmalChandru commented 1 month ago

@YashrajKupekar17 Hey, You still interested in this?