1//! Individual command implementations 2 3pub mod get_foundry_help; 4pub mod install; 5pub mod status; 6pub mod uninstall; // kept for help content builders used by ops