Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement --dry-run #1

Closed
1 task
jmg-duarte opened this issue Mar 6, 2022 · 1 comment · Fixed by #21
Closed
1 task

Implement --dry-run #1

jmg-duarte opened this issue Mar 6, 2022 · 1 comment · Fixed by #21

Comments

@jmg-duarte
Copy link
Owner

Currently, the --dry-run flag is simply a marker, having no effect on nabu's behavior.

  • Implement the mechanism to perform just like a normal run, but no git calls
@jmg-duarte
Copy link
Owner Author

Maybe the "backend" (currently tightly coupled and only git) could be abstracted to also support pijul and a "dummy" one which would simply output the code.

jmg-duarte added a commit that referenced this issue Mar 12, 2022
* feat: implement dry run

* fix: cargo clippy

* fix: improve default config

* fix: add log to watcher

* fix: init config file path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant