@Override public void cliSetShell(Shell theShell) { mShell = theShell; mHelpHandler.cliSetShell(mShell); }
@Command public Object help() { return mHelpHandler.help(); }