137138139140141142143
logger.debug("Created {} commands for the application. {}", commands.size(), commands.keySet()); } } private void createAutocomplete() { reader.addCompleter(new CommandCompleter(commands)); }
217218219220221222223