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

Start re-factoring the CLI codebase #177

Merged
merged 1 commit into from
Jul 3, 2018
Merged

Commits on Jul 3, 2018

  1. Start re-factoring the CLI codebase (#177)

    Breaking down the monolithic CLI infrastructure by using `yarg`'s
    `commandDir` directive (see #176). This allows modelling each command in
    a separate module for a cleaner interface.
    
    Migrated the `docs` command, and created a prototype of a `doctor`
    command (see #154). The new commands also have basic unit tests that
    verify the handlers honor their promises.
    RomainMuller committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    8db8ad9 View commit details
    Browse the repository at this point in the history