use ui;
use ;
/// Remove command handler, which deletes a bond by its ID or name. The command retrieves the bond, deletes it using the bond manager's `delete_bond` method, and provides user feedback on the success of the operation, including details of the removed bond's source and target paths. If the `with_target` flag is set, it also deletes the target directory associated with the bond.
/// **Example usage:**
/// ```bash
/// bond remove <id | name> [--with-target]
/// ```