This commit syncs the three lists of the supported options:
The processing of received arguments in the Application class.
The CLI help in the Settings class.
The options shown in the README.
I have verified that:
The options in all three lists are now in the same order to make future maintenance more straight-forward.
Includes having all functional short options at the top of the lists.
All options are now shown in the help and the README.
The descriptions in the help and in the README are complete and largely the same (minus the "further reading" links shown in the README).
This commit syncs the three lists of the supported options:
Application
class.Settings
class.I have verified that:
Includes:
-asp
vs--asp
.Fixes #81