Skip to content
Discussion options

You must be logged in to vote

@gregunz I have released a new version, that will skip the interactive flow when using the already existing --quiet option.

This changes the behaviour of the command, but I don't think it is a breaking change. When running in --quiet mode, no output will be printed out in the shell (as before), and the command won't enter any interactive flow (new feature).

If you want an automated pre-commit check for unstaged changes, there's the git diff --quiet command that will exit with a fail code if there are any unstaged changes. I think that can be used in a pre-commit hook.

Thank you for this feedback, and I hope the new version will improve the usage of the poly sync command!

Implementation de…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@gregunz
Comment options

@DavidVujic
Comment options

Answer selected by DavidVujic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants