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
ArgumentParser projects built using Swift PM or Xcode can now use the @main attribute to designate the root command instead of calling Example.main(). We should document that usage as the correct default approach.