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
fix(cli): validate sandbox mode flag against allowed values
Fixes bounty issue #1420
The -s/--sandbox flag was accepting any string value without validation.
Now it uses clap's value_enum to validate against the allowed modes:
danger-full-access, read-only, and workspace-write. Invalid values now
produce a clear error message showing the possible values.
0 commit comments