fix(cli): typo in the poly sync annotation for the --verbose option (BREAKING)
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