JakobGM / astrality

Astrality - A modular and dynamic configuration file manager
https://astrality.readthedocs.io
MIT License
98 stars 3 forks source link

Add '--dry-run' option which only prints actions to be performed #31

Closed JakobGM closed 6 years ago

JakobGM commented 6 years ago

I have already started on its implementation, should not require any major changes except for passing a dry_run parameter around in the stack.

I'm starting to realize that global configuration should be more encapsulated in a single object and passed around instead, but I will do that refactoring another time (we are almost there).