Replies: 1 comment
-
I started working on a source generator for completions, akin to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I recently learned that Source Generators are a thing and this got me thinking that they could be the key to make CLI argument parsing trimming- and AOT-friendly.
Neither did I take a deep dive into Source Generators, nor into the code of Spectre.Console.Cli, so I cannot tell, if this is actually possible. My gut feeling is that it is doable, but it probably requires big code changes.
Unfortunately I don't have the time to further look into this, but I wanted to share this idea anyway. Maybe someone wants to pick it up who's familiar with the code of Spectre.Console.
Best regards,
Michael
Beta Was this translation helpful? Give feedback.
All reactions