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
feat(attributes): Add a simple 'Only' helper to help with enums
This use case was recently encountered and there was no clear solution for it.
Adding it in Configy seems rather simple and would probably cover other users.
assert(exc.toString() ==`/etc/config(2:12): countries[0].status: expatriate is not a valid value for this field, valid values are: "citizen", "resident", "alien"`);
0 commit comments