Command-line argument evolution
Open
enhancement
good first issue
help wanted
- Dominant language
- F#
- Stars
- 30
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Currently, we have several ad-hoc arguments for the game to accept data dir and screen size, and also export some game files. I suggest:
1. Move the export commands to a separate application, not the `O21.Game`.
2. Make `--screenSize` an optional named argument.
3. Update the help/usage command.
Maybe it'd be easier to use some lightweight command-line parsing library.
Contributor guide
Assessment
This issue has not been assessed yet.