pub async fn prune(
options: &PruneOptions,
common_options: &CommonOptions,
) -> Result<(), PruneError>Expand description
The entry point for the borg init command
Parameter:
options: Reference to PruneOptionscommon_options: The CommonOptions that can be applied to any command