sharkdp / hyperfine

A command-line benchmarking tool
Apache License 2.0
21.67k stars 349 forks source link

Add short flag counterparts #689

Open Neved4 opened 12 months ago

Neved4 commented 12 months ago

Short flags enhance brevity and conciseness. Currently, some options lack equivalent short flags to invoke them:

Since --export variants lend themselves to further discussion they are tracked in https://github.com/sharkdp/hyperfine/issues/691
sharkdp commented 3 months ago

Missing short options in the CLI are not a matter of neglect. They were left out because those options were not considered to be used frequently. Out of the ones listed, only --show-output is something that I personally use frequently. What do others think?