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

Making sure all Commands use run in __call__. #48

Merged
merged 1 commit into from Sep 18, 2017

Commits on Sep 18, 2017

  1. Making sure all Commands use run in __call__.

    This way subclasses don't have to also set `__call__ = run`,
    they can just over-ride `run`.
    dhermes committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    9ba4d98 View commit details
    Browse the repository at this point in the history