hrszpuk / rectx

The powerful little project manager for the ReCT programming language!
GNU General Public License v3.0
6 stars 1 forks source link

Add `rectx template list` lists all the templates in the template directory and suggest regenerating them if there are none #52

Closed hrszpuk closed 1 year ago

hrszpuk commented 1 year ago

This pull request adds the command rectx template list which lists all the templates installed. It also renames several flags in cli.go because they were interfering with package names and general logic. Each flag has been given the suffix "Flag". This commit also adds the alias templates to the command template because omg why didn't I think of this sooner.

Changelog

Related Issues/PR