evgenyigumnov / rustsn

Code snippets generator via LLMs and compiler/tester via build tools
GNU General Public License v3.0
18 stars 5 forks source link

Add Launch Parameter `--type` with Support for Code Snippet Types and Templates #21

Open evgenyigumnov opened 1 day ago

evgenyigumnov commented 1 day ago

We need to enhance our application by introducing a new launch parameter --type that determines the type of code snippets generated. This parameter will help users specify whether they want to generate a function or a seed project.

When the --type parameter is set to seed, an additional parameter --template should be made available to the user to specify the template of the seed project.