skip_prompt param not work for mirror command
Closed this issue · 1 comments
azhurbilo commented
I want to run mirror
command in crontab (none-interactive) but even with --run-once
it's waiting for prompt (yes/no)
rgs1 commented
@azhurbilo the mirror command supports the skip_prompt
parameter, if that's set to true you won't get a prompt:
https://github.com/rgs1/zk_shell/blob/master/zk_shell/shell.py#L597