HiveMinds / HiveMinds/tw-install
Fix the passing and reading of input arguments to the `JavaServerSort.jar`
- Dominant language
- Shell
- Stars
- 20
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Currently there is an error in the way the arguments are passed from and to the JavaServerSort.jar file. It is most likely because they are currently all passed in a single String array element, instead of the argument name, in 1 element, and the accompanying argument value in the next element etc..
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the code that invokes and reads JavaServerSort.jar, then trace how the input arguments are assembled and parsed. Done means each argument name and its accompanying value are passed and read as separate elements rather than one combined String-array element.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, shell
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100