Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add short flag counterparts #689

Open
17 of 22 tasks
Neved4 opened this issue Oct 6, 2023 · 1 comment
Open
17 of 22 tasks

Add short flag counterparts #689

Neved4 opened this issue Oct 6, 2023 · 1 comment

Comments

@Neved4
Copy link

Neved4 commented Oct 6, 2023

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

  • -w, --warmup
  • -m, --min-runs
  • -M, --max-runs
  • -r, --runs
  • -s, --setup
  • -p, --prepare
  • -c, --cleanup
  • -P, --parameter-scan
  • -D, --parameter-step-size
  • -L, --parameter-list
  • -S, --shell
  • -N, (alias for '--shell=none')
  • -i, --ignore-failure
  • -l, --style
  • -t, --sort
  • -u, --time-unit
  • -d, --show-output
  • -O, --output
  • -I, --input
  • -n, --command-name
  • -h, --help
  • -V, --version
Since --export variants lend themselves to further discussion they are tracked in #691
@sharkdp
Copy link
Owner

sharkdp commented Jun 23, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants