Example #1
0
 def getManPage(self):
     out = self.inxi.getManPage()
     if not out:
         out = "Man page not found.  Please run inxi -U with root privileges, then try again."
     inxi = inxiWindow.inxiWindow()
     inxi.show("inxi Man Page", out)
Example #2
0
 def showHelp(self):
     inxi = inxiWindow.inxiWindow()
     inxi.show("inxi Command Reference", self.inxi.get('h'))