Commit 6cbf6f8f by zhangwei

输出增加颜色

parent fbc504bc
......@@ -23,7 +23,7 @@ if __name__ == '__main__':
Usage()
#参数由逗号分隔
appListName = sys.argv[1].split(",")
print("ALL is checking up......")
print("\033[1;33;40mALL is checking up......\033[0m")
for appname in appListName:
if appname in APP_LIST:
echo(appname,"is checking......",True)
......@@ -39,4 +39,4 @@ if __name__ == '__main__':
else:
echo(log,"cannt be writen!",False,1)
echo(log, "had been checked!", True)
print("ALL is done to check up")
\ No newline at end of file
print("\033[1;33;40mALL is done to check up\033[0m")
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment