RedHatInsights / yggdrasil

GNU General Public License v3.0
21 stars 37 forks source link

refactor: yggctl actions into non-anonymous functions #120

Closed DuckBoss closed 1 year ago

DuckBoss commented 1 year ago

The purpose of this refactor is to follow better design patterns as suggested by Jiri and move the yggctl anonymous action functions into non-anonymous functions defined in a separate file to prevent polluting the yggctl main file.