shell icon indicating copy to clipboard operation
shell copied to clipboard

new -h kind support missing native support

Open rabbah opened this issue 7 years ago • 1 comments

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.

rabbah avatar Feb 08 '18 13:02 rabbah

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?

starpit avatar Feb 08 '18 15:02 starpit