Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: show all options in help and README #84

Merged
merged 1 commit into from
Feb 17, 2022

Commits on Feb 17, 2022

  1. Docs: show all options in help and README

    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).
    
    Includes:
    * Fixing a typo in the help `-asp` vs `--asp`.
    * Line length management for the CLI help.
    * Minor grammatical improvement.
    
    Fixes 81
    jrfnl committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    d7b3fac View commit details
    Browse the repository at this point in the history