Skip to content
New issue

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

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

Already on GitHub? # to your account

[CommandRegistry] Return self from register(_:) for method chaining #111

Merged
merged 2 commits into from
Aug 14, 2017

Commits on Aug 14, 2017

  1. [CommandRegistry] Return self from register(_:) for method chaining

    ```swift
    registry
        .register(FooCommand())
        .register(BarCommand())
        .register(BazCommand())
    ```
    ikesyo committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    7585871 View commit details
    Browse the repository at this point in the history
  2. Use variadic parameters

    ikesyo committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    fed2d54 View commit details
    Browse the repository at this point in the history