Function holochain_cli_sandbox::save::clean

source ·
pub fn clean(hc_dir: PathBuf, sandboxes: Vec<usize>) -> Result<()>
Expand description

Remove sandboxes by their index in the file. You can get the index by calling load. If no sandboxes are passed in then all are deleted. If all sandboxes are deleted the .hc file will be removed.