run_neon: Rework to avoid passing individual arguments
Open
code health
- Dominant language
- Fortran
- Stars
- 352
- Forks
- 361
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 7
Description
Having to pass individual arguments out of `get_parser()` and into various functions makes development difficult and mistakes easy. It would be better to put all arguments/options into the `args` structure and just pass that around.
Contributor guide
Assessment
This issue has not been assessed yet.