Estia-advanced-programming / Estia-advanced-programming/Tianhao
Batch Option
Open
input
- Dominant language
- Java
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
**Description**: Instead of giving multiple file names in the parameter of the program, manage the **--batch** (or **-b**) option to give a folder (e.g., --batch testFilesMilestone1/).The program will then run on each files individually in **alphabetical order**.
**Example**: The test/ folder contains 4 files. When running the program with '-o avgAlt -b test', the output will be
value1
value2
value3
value4
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.