1use super::Command; 2 3pub fn create_reload_plugins_command() -> Command { 4 Command::local( 5 "reload-plugins", 6 "Activate pending plugin changes in the current session", 7 ) 8}