- A list as last positional argument like
program_name <POSITIONAL1> <POSITIONAL2...> - An action without parameter as first argument like
program_name action [OPTION...]
Initial release with the following features:
- Defining the command line arguments and options.
- Parsing the command line parameters provided when running the program.
- Getting command line parameters as different data types into variables.
- Printing the help.