cbmarcum / skeletal

A simple project creation tool that uses packaged templates
Apache License 2.0
17 stars 3 forks source link

help text is incorrect for config command #6

Closed cbmarcum closed 2 years ago

cbmarcum commented 2 years ago

$ skeletal help Skeletal is a command-line based tool for creating basic software projects from templates.

Available commands:

create         Creates a new project from a template.
config         Displays general help, or help for a specific command.
generate       Generates new files in the current project based on a subtemplate.
list           Lists the templates that are available for you to install.
info           Displays information about a template, such as latest version, description, etc.
help           Displays general help, or help for a specific command.
cbmarcum commented 2 years ago

fixed in v0.12.2