vcspull
vcspull copied to clipboard
Dry-run command
It would be nice to have a --dry-run option to see what would happen if I used this configuration. I see two reasons why this would be nice:
- When you're on flaky mobile internet, one may want to edit the configuration and check that it is 'correct' without actually pulling (potentially big) repos
- It would serve as a general syntax check, similar to ansible's "check mode"
I assume this is closely related to #44, maybe one implementation could satisfy both requirements.
@fwilhe Thanks for the request
Makes sense