pub fn select(name: String) -> Result<(), Error>
Changes the active instance to the current one.
name
This function will error if we failed to read the directory (including if the instance does not exist), or if we failed to update the active instance file.