addCommand(new ListGadgets(service, fileUtil));
addCommand(new ListUserGadgets(service, fileUtil));
addCommand(new ListBlackListedGadgets(service, fileUtil));
addCommand(new ListWhiteListedGadgets(service, fileUtil));
addCommand(new PublishGadget(service, fileUtil));
addCommand(new PublishUserGadget(service, fileUtil));
addCommand(new RemoveBlackListedGadget(service, fileUtil));
addCommand(new RemoveWhiteListedGadget(service, fileUtil));
addCommand(new SetPublicGadgetDirFilter(service, fileUtil));
addCommand(new Shell(service, fileUtil, this));
addCommand(new ShowGadget(service, fileUtil));