You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds support for array options with enum choices:
opt.array(['low', 'medium', 'high'])
// --priority low --priority high → ['low', 'high']
The enum array validates that each value is in the choices list,
and provides proper type inference as T[].
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments