canonical / craft-application

The basis for *craft applications
https://canonical-craft-application.readthedocs-hosted.com/en/latest
GNU Lesser General Public License v3.0
7 stars 11 forks source link

feat: add a method to enable craft-parts Features #362

Closed tigarmo closed 3 months ago

tigarmo commented 3 months ago

The correct location to add craft-parts Features is a bit tricky:

Therefore, provide a method that Application subclasses can override to enable their features, and the Application itself takes care of calling it at the correct time.