This repository was archived by the owner on Dec 17, 2024. It is now read-only.
This repository was archived by the owner on Dec 17, 2024. It is now read-only.
should "new" understand extensions to eschew --kind? #960
Open
Description
If you create a new action hello.py
, the .py
is just treated as part of the name of the action and the type of action will be node. To override this behavior, you need to specify --kind
.
Other shell commands understand extensions - in particular web actions. Should new hello.[py,php,...]
understand extensions similarly? Thoughts?