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
This will result in duh validate rejecting ports described in the verbose syntax because, I think, this is trying to index with a string into an array.
duh validate
assumes that ports are an object with keys. However, ports can be objects or an array of verbose objects.This will result in
duh validate
rejecting ports described in the verbose syntax because, I think, this is trying to index with a string into an array.E.g., the following fails:
While the following, equivalent description passes:
The text was updated successfully, but these errors were encountered: