codings-dan edited a comment on pull request #603: URL: https://github.com/apache/ratis/pull/603#issuecomment-1047669741
@szetszwo We don't need load classes outside the `org.apache.ratis.shell.cli.sh.command` package, they are all sub-commands, and their baseCommand are in the command package. BaseCommand maintains a map of the mapping relationship between sub-command name and sub-command. See `org.apache.ratis.shell.cli.AbstractShell.java#run` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
