}
@Override
public CommandContainer getCommand(String name, String completeLine) throws CommandNotFoundException
{
ShellContextImpl shellContext = shell.createUIContext();
try
{
return getForgeCommand(shellContext, name, completeLine);
}
catch (CommandNotFoundException cnfe)