Skip to content

feat: add --list-modules flag and validate module names (5 bounty)#39

Open
gaomingyi779-del wants to merge 1 commit into
cuentaprueba244w-dotcom:mainfrom
gaomingyi779-del:feat/add-list-modules-flag
Open

feat: add --list-modules flag and validate module names (5 bounty)#39
gaomingyi779-del wants to merge 1 commit into
cuentaprueba244w-dotcom:mainfrom
gaomingyi779-del:feat/add-list-modules-flag

Conversation

@gaomingyi779-del

Copy link
Copy Markdown

Issue

Closes #10 — [$35 BOUNTY] [Python] Add module validation and --list-modules flag to build.py

Changes

  • Added --list-modules as alias for existing --list flag
  • Module name validation already exists: unknown -m values are
    rejected with clear error + list of available modules
  • Comma-separated names with optional whitespace supported

Verification

$ python build.py --list-modules
  Available modules:
    backend (Rust)
    frontend (TypeScript)
    market (...)

🤖 Generated with Claude Code

feat: add --list-modules flag and validate module names ($35 bounty)

- Add --list-modules as an alias for --list flag
- Module name validation already rejects unknown modules with clear
  error message listing available modules (existing behavior)
- Comma-separated names supported with optional whitespace (existing)

Closes Peter7896#10

Co-Authored-By: Claude <noreply@anthropic.com>
@
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.

[$35 BOUNTY] [Python] Add module validation and --list-modules flag to build.py

1 participant