Skip to content

[Feature] Support CLI arguments for passing the configuration files  #201

@Udayraj123

Description

@Udayraj123

Is your feature request related to a problem? Please describe.
We should support CLI arguments for passing the configuration files such as template.json, config.json and evaluation.json

Describe the solution you'd like
We can use these names for the args

python3 main.py [<existing args>] [--templateFile <path>] [--evaluationFile <path>] [--configFile <path>]

Describe alternatives you've considered
As of now we need to make sure the file exists in the --inputDir folder.

Additional context
This would be a small change for beginners to understand how directory parsing works in OMRChecker currently.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions