shell
shell copied to clipboard
new -h kind support missing native support
new -h shows:
--kind <nodejs:default*|python:default|php:default|swift:default>
what is default*? and I want to author a bash script as an action, I can't.
the * next to nodejs:default is meant to indicate that this is the default setting for --kind, if that option is not specified explicitly. i believe that this is a fairly standard syntax?