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 publish --help does not show valid target architectures.
-t, --target <targets...> Target architectures
It's unclear what architectures are valid. It would be good to specify what architectures are allowed as a part of the target description.
Running with an invalid architecture gives an error with a list of valid architectures:
ERROR 'test' is not a valid VS Code target. Valid targets: win32-x64, win32-ia32, win32-arm64, linux-x64, linux-arm64, linux-armhf, darwin-x64, darwin-arm64, alpine-x64, alpine-arm64, web
Since the valid architectures are known it would be great if these could be shown as part of parameter help description.
The text was updated successfully, but these errors were encountered:
wandyezj
changed the title
have publish --help show valid targets for --target
have publish --help show valid arguments for --targetAug 12, 2022
Currently
publish --help
does not show valid target architectures.It's unclear what architectures are valid. It would be good to specify what architectures are allowed as a part of the target description.
Running with an invalid architecture gives an error with a list of valid architectures:
Since the valid architectures are known it would be great if these could be shown as part of parameter help description.
The text was updated successfully, but these errors were encountered: