package-manager icon indicating copy to clipboard operation
package-manager copied to clipboard

Unclear how to list features of non-default template

Open bbannier opened this issue 1 year ago • 1 comments

One can currently override the template used during zkg create with --template <DIR>. In order to discover features of a template create's documentation suggest using template info

--features FEATURE [FEATURE ...]
     Additional features to include in your package. Use the ``template info`` command for information about available features. (default: None)

It looks like template info does not support a flag like --template to switch the template to use; this makes it hard to discover features of non-default templates.

bbannier avatar Sep 27 '22 09:09 bbannier