2022-12-15 04:00:54 +00:00
|
|
|
---
|
2023-08-26 15:30:51 +00:00
|
|
|
title: Module hilbish.os
|
2022-12-15 04:00:54 +00:00
|
|
|
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.
|
|
|
|
|
|
|
|
## Interface fields
|
|
|
|
- `family`: Family name of the current OS
|
|
|
|
- `name`: Pretty name of the current OS
|
|
|
|
- `version`: Version of the current OS
|
|
|
|
|