def list_recipes_detailed(): """Show detailed information for all recipes""" for recipe in lib.get_recipes(): lib.print_recipe(recipe)