Closed cleobnvntra closed 1 month ago
argHandler()
configOptions
temperature = 0.8 output = ["file1.cpp", "file2.cpp"] markdown = true html = true
Description
argHandler()
to accept an objectconfigOptions
which contains the parsed options from the TOML file.Checklist
Testing Instructions
Steps
1. Create a .options.toml file in the root directory of the project.
2. Provide desired flag options. Option names are based on flag names used. Use -h or --help for assistance.
3. Run the tool with the desired file(s) to be optimized with the provided options.