mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-03 06:17:53 +10:00
improve OS kernel output in archivebox version
This commit is contained in:
@@ -212,7 +212,7 @@ def version(quiet: bool=False,
|
|||||||
else:
|
else:
|
||||||
print('ArchiveBox v{}'.format(VERSION))
|
print('ArchiveBox v{}'.format(VERSION))
|
||||||
p = platform.uname()
|
p = platform.uname()
|
||||||
print(p.system, p.release, p.machine)
|
print(p.system, platform.platform(), p.machine)
|
||||||
print()
|
print()
|
||||||
|
|
||||||
print('{white}[i] Dependency versions:{reset}'.format(**ANSI))
|
print('{white}[i] Dependency versions:{reset}'.format(**ANSI))
|
||||||
|
|||||||
Reference in New Issue
Block a user