The program should be able to take in a list of users to run for, from multiple sources such as the command line, a file, or a database.
To achieve this, the way users are provided should have a well defined API, allowing plug-in with other modules that will handle providing the user list from a particular source.
The program should be able to take in a list of users to run for, from multiple sources such as the command line, a file, or a database.
To achieve this, the way users are provided should have a well defined API, allowing plug-in with other modules that will handle providing the user list from a particular source.