*/
private void setupPromptCommandsMap(Map<String, Class<? extends AgentPromptCommand>> prompt_commands) {
prompt_commands.clear();
AgentPromptCommand[] all_cmds = new AgentPromptCommand[] { new HelpPromptCommand(), new ExitPromptCommand(),
new QuitPromptCommand(), new VersionPromptCommand(), new SetupPromptCommand(), new StartPromptCommand(),
new ShutdownPromptCommand(), new GetConfigPromptCommand(), new SetConfigPromptCommand(),
new ConfigPromptCommand(), new RegisterPromptCommand(), new PluginsPromptCommand(),
new PluginContainerPromptCommand(), new MetricsPromptCommand(), new NativePromptCommand(),
/*new ExecutePromptCommand(),*/new DiscoveryPromptCommand(), new InventoryPromptCommand(),
new AvailabilityPromptCommand(), new PiqlPromptCommand(), new IdentifyPromptCommand(),