pub async fn list(show_status: bool) -> Result<(), Error>
Expand description
Shows all the currently defined instances.
§Arguments
show_status
: If true, then an additional column is shown that shows whether the instance is currently reachable or not.
§Errors
This function errors if we failed to read the instance directory.