You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently everything is hard-coded and lengths aren't great. System.CommandLine for better Command Line parsing isn't compatible with NativeAOT, and is at the time of writing in a rewrite, while Spectre.Console.Cli doesn't work with NativeAOT/Trimming at all (at least, easily, that is) needlessly inflating the built application from 8MiB to 90MiB.
Until System.CommandLine is ready to be used (and NativeAOT compatible) there should be some preliminary option/argument formatter, that makes this nice.
The text was updated successfully, but these errors were encountered:
Currently everything is hard-coded and lengths aren't great.
System.CommandLine
for better Command Line parsing isn't compatible with NativeAOT, and is at the time of writing in a rewrite, whileSpectre.Console.Cli
doesn't work with NativeAOT/Trimming at all (at least, easily, that is) needlessly inflating the built application from 8MiB to 90MiB.Until
System.CommandLine
is ready to be used (and NativeAOT compatible) there should be some preliminary option/argument formatter, that makes this nice.The text was updated successfully, but these errors were encountered: