Skip to content

Conversation

@AvinashYerra
Copy link

This PR fixes the issue #5639

  • Added 'parse_expand() converter function to parse the --expand argument
  • Updated @argument("--expand", type=parse_expand, ...) to use the converter function
  • The converter handles:
    • "true" → True (boolean)
    • "false"→ False (boolean)
    • Comma-separated values → List[str]

@CLAassistant
Copy link

CLAassistant commented Jan 4, 2026

CLA assistant check
All committers have signed the CLA.

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.

2 participants