Skip to main content

cmd_profile_delete

Function cmd_profile_delete 

Source
pub fn cmd_profile_delete(
    name: &str,
    keep_data: bool,
) -> Result<(), Box<dyn Error>>
Expand description

roboticus profile delete <name> — remove a profile (with confirmation).

keep_data: if true, the profile directory is left on disk.