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