mirror of https://github.com/Hilbis/Hilbish
16 lines
366 B
Markdown
16 lines
366 B
Markdown
|
---
|
||
|
name: Interface hilbish.os
|
||
|
description: OS Info
|
||
|
layout: apidoc
|
||
|
---
|
||
|
|
||
|
## Introduction
|
||
|
The `os` interface provides simple text information properties about
|
||
|
the current OS on the systen. This mainly includes the name and
|
||
|
version.
|
||
|
|
||
|
## Properties
|
||
|
- `family`: Family name of the current OS
|
||
|
- `name`: Pretty name of the current OS
|
||
|
- `version`: Version of the current OS
|