Gabriella439 / Gabriella439/bench
Feature request - invocation by argument list instead of shell command
- Dominant language
- Haskell
- Stars
- 911
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
With an alternate syntax going through the shell could be avoided for the bench'ed command. The pre-split argument list could be embedded in the bench invocation's argument list. Two possible styles:
- bench foo -exec cmd arg1 ... \; bar baz
- bench foo bar baz -- cmd arg1 ...
Contributor guide
No contributing guide indexed for this repository
Research direction
No files or tests are named in the issue. Start by tracing the command-line argument parsing and bench invocation entry points; determine how either proposed syntax can pass a pre-split command without invoking a shell, and consider the supported syntax complete when the command and its arguments are executed correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100