Esempio n. 1
0
    def run(self):
        self.admin.usage_line = '[cmd] <options>'
        self.admin.remove_command(ShellAction.name)
        shell = KatelloShell(self.admin)
        shell.cmdloop()

        return os.EX_OK
Esempio n. 2
0
    def run(self):
        self.admin.remove_command("shell")
        shell = KatelloShell(self.admin)
        shell.cmdloop()

        return os.EX_OK
Esempio n. 3
0
    def run(self):
        self.admin.remove_command("shell")
        shell = KatelloShell(self.admin)
        shell.cmdloop()

        return os.EX_OK