Feature request: Confirmation=no

Please consider adding the option to suppress confirmations in the CLI.

For example.

/system reboot

returns

Reboot, yes? [y/N]:

This causes unnecessary trouble when automating tasks. A remote server would not easily be able to SSH in and perform a reboot as it requires the confirmation.
Yes I know there are long ways around this such as making a reboot script, etc.

It would be a more elegant solution to simply be able to execute the following command:

/system reboot confirmation=no

It would be appreciated to have a suppress confirmation for all commands that have confirmations.

Yes I know there are long ways around this such as making a reboot script, etc.

How long is

/execute "/system reboot"

really?

It’s only one character longer than

/system reboot confirm=no

(0 if you’re at the root menu, and omit the leading “/”)