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
Wrapping the usage message at 80 columns has a few downsides:
It's inconsistent with the vswhere options, which wrap explicitly at sentence breaks and go as far as 105 columns currently.
It looks a little funny with some of the descriptions wrapped aggressively, like the workload IDs below.
I'd suggest wrapping at maybe 100 or possibly 120 characters. Can see how that looks.
Could also not wrap at all automatically and add explicit line breaks in the option description, if that's not too hard, like vswhere behaves.
--sku[=VALUE] Edition, one of [e|ent|enterprise], [p|pro|
professional] or [c|com|community]. Defaults to '
community'.
--mobile -requires Microsoft.VisualStudio.Workload.
NetCrossPlat
--xamarin -requires Microsoft.VisualStudio.Workload.
NetCrossPlat
--core -requires Microsoft.VisualStudio.Workload.
NetCoreTools
--azure -requires Microsoft.VisualStudio.Workload.Azure
--data -requires Microsoft.VisualStudio.Workload.Data
The text was updated successfully, but these errors were encountered:
Due to lack of recent activity, this issue has been labeled as 'stale'.
It will be closed if no further activity occurs within 30 more days.
Any new comment will remove the label.
Wrapping the usage message at 80 columns has a few downsides:
I'd suggest wrapping at maybe 100 or possibly 120 characters. Can see how that looks.
Could also not wrap at all automatically and add explicit line breaks in the option description, if that's not too hard, like vswhere behaves.
The text was updated successfully, but these errors were encountered: