Using response files with sub-commands
mainResponse files can include sub-command names. CommandLineUtils will correctly identify and execute the specified sub-command.
Example: If your response file contains:
list
--tag
major
--tag
fitnessRunning the application with this file will execute the list command with the provided tags.
Important: When using sub-commands, you must explicitly set the ResponseFileHandling property for the sub-commands as well to ensure they can parse the response file contents.