Skip to content

fix(cli): typo in the poly sync annotation for the --verbose option (BREAKING)

Compare
Choose a tag to compare
@DavidVujic DavidVujic released this 08 Oct 08:52
· 5 commits to main since this release
d24f893

Changing the data type from str to bool for the --verbose option of the poly sync command. The str annotation is a typo, the option is meant to be a boolean just like in other commands.

NOTE: this will be a breaking change, for any users using the poly sync --verbose option today. My appologies if this is the case 🙏 . Hopefully this will be a minor thing to adjust (i.e. just use --verbose without any string value).

Details in #275