New short OS Version field; update doc strings

This commit is contained in:
Clark Moody 2022-09-23 15:41:47 -05:00
parent 3c9af1eb31
commit 8d2331af01
2 changed files with 17 additions and 9 deletions

View file

@ -31,6 +31,7 @@ pub(crate) fn information(
system_name: system.name(),
system_kernel: system.kernel_version(),
system_version: system.long_os_version(),
system_short_version: system.os_version(),
cpu_brand: cpu.brand().into(),
cpu_cores: system.physical_core_count(),
memory_total: system.total_memory(),