Skip to content

14: command line argument - #80

Merged
semere-meb merged 1 commit into
mainfrom
14-cfg-03-cli-entrypoint
Aug 20, 2026
Merged

14: command line argument#80
semere-meb merged 1 commit into
mainfrom
14-cfg-03-cli-entrypoint

Conversation

@semere-meb

@semere-meb semere-meb commented Aug 20, 2026

Copy link
Copy Markdown
Member

Summary

Adds a command line argument parser.

Fixes #14

Changes

  • Parser now parses the command line arguments to grab filename for the configuration file.

Testing

  • make lint passes locally
  • make test passes locally (check N/A below if no tests exist yet for this area)
  • Manually tested the behavior described above
  • N/A — no automated tests apply to this change yet

Checklist

  • PR title follows <TICKET-ID>: short description
  • Linked to the correct issue (Fixes #... above)
  • No unrelated changes bundled into this diff
  • Updated docs/design/ if this changes config shape, architecture, or a game-design decision
  • Updated README if this changes user-facing behavior (config keys, controls, etc.)

@semere-meb semere-meb linked an issue Aug 20, 2026 that may be closed by this pull request
@semere-meb
semere-meb requested a review from rustyzzz August 20, 2026 15:16
@semere-meb semere-meb self-assigned this Aug 20, 2026
@semere-meb
semere-meb merged commit 15cadd9 into main Aug 20, 2026
4 checks passed
@semere-meb
semere-meb deleted the 14-cfg-03-cli-entrypoint branch August 20, 2026 15:16
@semere-meb
semere-meb restored the 14-cfg-03-cli-entrypoint branch August 20, 2026 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CFG-03: CLI entrypoint

1 participant