buildtest.cli.clean
Module Contents
Functions
|
Entry point for |
- buildtest.cli.clean.clean(configuration, yes)[source]
Entry point for
buildtest clean
command which will clean up directories and configuration files generated by buildtest. User will be prompted for series of question with (Y/N) to select response to each action which can be ignored by passing--yes
option.- Parameters:
configuration (buildtest.config.SiteConfiguration) – An instance of SiteConfiguration class
yes (bool) – boolean to control whether user response is required before cleaning up tasks.