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 has been supported for a long time, but a recent change in swift-argument-parser 0.3.0 changed the behavior for non-nullable array types as arguments. Previously, the argument parser defaulted them to empty arrays. The suggested migration is to simply specify a default empty array for optional array arguments.
Reference: https://github.com/apple/swift-argument-parser/releases/tag/0.3.0
0 commit comments