Create `-d` and `-s` flags for directory and data structure.
Open
Nobody has claimed this yet.
enhancement
good first issue
- Dominant language
- TeX
- Stars
- 47
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
The goal is to create -s and -d flags for data structures and directories: example:
./benchGen <number_of_iterations> <production_rules_file> <seed_string_file> -d <directory> -s <data_structure>
So that both the directory path and the data structure can be passed in different orders, example:
./benchGen -d <directory> <number_of_iterations> -s <data_structure> <production_rules_file> <seed_string_file>
Contributor guide
No contributing guide indexed for this repository
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 at the benchGen command entry point and inspect how positional arguments are currently parsed. Add the -d and -s options so they can appear in either order with the existing arguments, then verify both command examples are accepted.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100