pub fn display_troubleshooting()Expand description
Display troubleshooting information for common issues
This function provides guidance for common problems users might encounter when setting up or using the Torrust Tracker Deployer.
§Output
Prints troubleshooting guidance to stdout including:
- Common setup issues and solutions
- Dependency verification steps
- Configuration validation tips
- Where to get additional help
§Example
use torrust_tracker_deployer_lib::bootstrap::help;
// Display troubleshooting info when user encounters issues
help::display_troubleshooting();