EasyAbp / AbpHelper.CLI

Providing code generation and more features to help you develop applications and modules with the ABP framework.
MIT License
285 stars 95 forks source link

Extract "CommonOption" and "Common workflow steps" #96

Closed wakuflair closed 4 years ago

wakuflair commented 4 years ago

Now there are some common options exist in all the commands, like Directory and IgnoreDirectories, it's better to extract them to a common base class and provide a base workflow, in case that all the commands have to handle them manually.

wakuflair commented 4 years ago

It seems that this is already resolved by https://github.com/EasyAbp/AbpHelper.CLI/pull/93. Thanks @RayMMond 😆