crystal-lang / shards

Dependency manager for the Crystal language
Other
763 stars 100 forks source link

Remove abstract def run definition #423

Closed bcardiff closed 4 years ago

bcardiff commented 4 years ago

Each command implements a different run. There is no generic Command reference that requires a unified API among all the subclasses.

Required change due to https://github.com/crystal-lang/crystal/pull/9585