Explorer can be run for the following modules/groups:
explorer -w all
Runs all modules.
explorer -w all,interactive
If the modules tagged to the group all require user interaction, the user is prompted for input.
explorer -w default
Runs modules tagged to default.
explorer -w default,interactive
Runs modules tagged to default group. If the modules tagged to the group default require user interaction, the user is prompted for input.
explorer -w extended
Runs modules tagged to extended group.
explorer -w extended, interactive
Runs all modules tagged to extended group using interactive mode if the corresponding *input.txt file is not populated.
explorer -w <module name>
If the <module name> requires user interaction, it runs in interactive mode.
explorer -w default,<module name>
Modules tagged under the group default and module_name are executed. Even if the modules tagged under the group default require user interaction, the user is NOT prompted for input. If the module_name requires user input (the corresponding configuration file *input.txt is not populated with relevant information), the user is prompted for input; if the module_name does not require user input, it is executed if hardware compatibility is met.
./explorer -w default,<module name>