-H should accept a comma separated list of servers
Open
Nobody has claimed this yet.
docs needed
ready
- Dominant language
- Perl
- Stars
- 737
- Forks
- 214
- PR merge metrics
- No merged PRs in 30d
Description
-H should accept a comma separated list of servers
rex -H 'host1,host2,host3' task
Is it ok if I submit a patch that does this?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the command-line handling for the -H option and trace how the server value is passed to task execution. Use the documented rex -H 'host1,host2,host3' task example as the acceptance case, and verify that each listed server is handled without changing single-server behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- perl
- Domain
- cli, devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100