updated status output in lish
This commit is contained in:
parent
2ae5b8bd2f
commit
4c165b4db8
1 changed files with 1 additions and 2 deletions
|
|
@ -415,9 +415,8 @@ Usage:
|
||||||
print GREEN + "Job Count" + END + ":\t" + str(self.interface.get_job_count())
|
print GREEN + "Job Count" + END + ":\t" + str(self.interface.get_job_count())
|
||||||
thread_info = self.interface.get_thread_count()
|
thread_info = self.interface.get_thread_count()
|
||||||
print GREEN + "Threads" + END + ":\t" + str(thread_info["Num Threads"]) + "/" + str(thread_info["Max Threads"])
|
print GREEN + "Threads" + END + ":\t" + str(thread_info["Num Threads"]) + "/" + str(thread_info["Max Threads"])
|
||||||
|
print GREEN + "Core Version" + END + ":\t" + self.interface.get_version()
|
||||||
print GREEN + "Lish Version" + END + ":\t" + __version__
|
print GREEN + "Lish Version" + END + ":\t" + __version__
|
||||||
# TODO: print Linspector version
|
|
||||||
#print GREEN + "Core Version" + END + ":\t" + __linspector_version__
|
|
||||||
|
|
||||||
def help_status(self):
|
def help_status(self):
|
||||||
print('''
|
print('''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue