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
with System.CommandLine 2.0 Beta 4 the number of commandline options to be passed to rootCommand.SetHandler is reduced from 16 to 8 dotnet/command-line-api#1750 (comment).
Due to new alias* commands, Extractor currently requires the handler to pass 10 parameters. This needs to be refactored, ie. combining alias handling into a single paramter option, using resultfiles or other.
May need some further research before implementation.
This issue is currently blocking upgrade of System.CommandLine package. @Owlblocks
The text was updated successfully, but these errors were encountered:
with System.CommandLine 2.0 Beta 4 the number of commandline options to be passed to rootCommand.SetHandler is reduced from 16 to 8 dotnet/command-line-api#1750 (comment).
Due to new alias* commands, Extractor currently requires the handler to pass 10 parameters. This needs to be refactored, ie. combining alias handling into a single paramter option, using resultfiles or other.
May need some further research before implementation.
This issue is currently blocking upgrade of System.CommandLine package.
@Owlblocks
The text was updated successfully, but these errors were encountered: