Beispiel #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
Beispiel #2
0
    def run(self):
        self.admin.remove_command("shell")
        shell = KatelloShell(self.admin)
        shell.cmdloop()

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

        return os.EX_OK