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
Currently, options that are specific to `swift package migrate` are
shown at the very bottom, following all the global options.
All anonymous option groups get coalesced into the default "OPTIONS"
section, which always comes last. So there is no proper way to hoist
subcommand options above all the base/global options other than giving
the subcommand option group a title.
Using "options" as the title would give us 2 "OPTIONS" sections, whereas
a custom title, such as "migrate options", would introduce yet another
design inconsistency. Instead, address this by hiding global options, as
most other package subcommands do.
0 commit comments