Handle parsing of user arguments.
For a simple plugin this is overly complex. But a plugin very seldom stays simple. By keeping the user input parsing and validation separate from the rest of the program it become more robust to future changes.
See Implementation
Handle parsing of user arguments.
For a simple plugin this is overly complex. But a plugin very seldom stays simple. By keeping the user input parsing and validation separate from the rest of the program it become more robust to future changes.