Automate BleachBit cleaning by command line after set some choices

Forums: 

Hello everyone, my question is: after the choices in the GUI windows for checking and done the check, there's a way to "automate" the check and clean by command line? Something like "Bleachbit.exe /profile1 /check /clean /y"?
This can get a big time saving. I've searched in the forum but is not easy to find a similar question, so i'm asking here.
Please excuse my broken english, i'm italian and i have to use google translator. Thank you in advance.
LostSoul

Here are two basic commands to get you started

echo "Previewing the options set in the GUI"
bleachbit --preview --preset
echo "Cleaning the options set in the GUI"
bleachbit --clean --preset

For more info, see the documentation: command line interface

---
Andrew, lead developer