Marvel plugin installation wait for input

I am building automation script to install marvel plugin on Windows OS, the script is:
plugin install marvel-agent

But the installation paused with following warning and wait for input:

Continue with installation? [Y/N]

Is there way to auto skip or suppress this warning so that the installation could be 100% automation?

Yes, pass the --batch option to the plugin install command (i.e., plugin install --batch marvel-agent).

It works, thanks!