Previously certain orders that were used to parse command line arguments were done alphabetically, which made adding new command line arguments and ensuring their proper ordering in the help section very difficult. This commit changes the indexing of arguments to be numerically based, so command line arguments can be put into the help section in any order that's required.
Previously certain orders that were used to parse command line arguments were done alphabetically, which made adding new command line arguments and ensuring their proper ordering in the help section very difficult. This commit changes the indexing of arguments to be numerically based, so command line arguments can be put into the help section in any order that's required.