added about command to lish... colors, colors, colors... !
This commit is contained in:
parent
3a4c4c412e
commit
1c08909c94
1 changed files with 12 additions and 1 deletions
|
|
@ -262,4 +262,15 @@ class LishCommander(Exit, ShellCommander, LogCommander):
|
|||
def help_jobs(self):
|
||||
print '''usage:
|
||||
list lists all jobs
|
||||
'''
|
||||
'''
|
||||
|
||||
def do_about(self, text):
|
||||
self.print_color(GREEN, "Linspector Monitoring\n")
|
||||
self.print_color(YELLOW, "Developers:")
|
||||
self.print_color(BLUE, " - Johannes Findeisen <hanez@linspector.org>")
|
||||
self.print_color(BLUE, " - Rafael Timmerberg <ruff@linspector.org>\n")
|
||||
self.print_color(PURPLE, "(c) 2011 - 2013")
|
||||
self.print_color(PURPLE, "Web: http://linspector.org")
|
||||
|
||||
def help_about(self):
|
||||
print '''Show information about Linspector'''
|
||||
Loading…
Add table
Add a link
Reference in a new issue