mirror of https://github.com/Hilbis/Hilbish
22 lines
411 B
Markdown
22 lines
411 B
Markdown
---
|
|
title: Module hilbish.os
|
|
description: OS Info
|
|
layout: doc
|
|
menu:
|
|
docs:
|
|
parent: "API"
|
|
---
|
|
|
|
## Introduction
|
|
The `os` interface provides simple text information properties about
|
|
the current OS on the systen. This mainly includes the name and
|
|
version.
|
|
|
|
## Static module fields
|
|
|||
|
|
|----|----|
|
|
|family|Family name of the current OS|
|
|
|name|Pretty name of the current OS|
|
|
|version|Version of the current OS|
|
|
|