Closed sstepashka closed 1 year ago
I added a commit which fixes the same problem for the rest of commands as well and fixes #250
Thank you very much. It would be a bit better to add the sync option to the common configuration options, do you have the chance to remove the specific ones and add it to the common one?
(https://github.com/gauteh/lieer/pull/248#issuecomment-1629179199)
Hi @gauteh, I just did. PTAL
Thanks!
Recent commit (add -v --verbose option for push & pull to show same changes as --dry… added new
--verbose
flag forpull
andpush
command, but didn't add it forsync
.setup
function checks the flag unconditionally what causes error forsync
command. Adding--verbose
forsync
command solves the issue.