joshsoftware / joshsoftware/minion-agent
Minor code cleanup in custom telemetry
Open
enhancement
good first issue
- Dominant language
- Crystal
- Stars
- 4
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
```
https://github.com/joshsoftware/minion-agent/blob/master/src/minion/agent/telemetry.cr#L32
```
Clean that up to look like this:
```
Process.run(%(#{telemetry.command} "${@}"), shell: true, output: output, args: telemetry.args)
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Open src/minion/agent/telemetry.cr at line 32 and compare the custom telemetry Process.run call with the requested form in the issue. Done means the call matches the shown expression while preserving the existing telemetry command, arguments, output, and shell behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- crystal
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100