mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:07:45 +00:00
Base: Add Terminal man page documentation
This commit is contained in:
parent
69e3879b7a
commit
a50583ade1
1 changed files with 23 additions and 0 deletions
23
Base/usr/share/man/man1/Terminal.md
Normal file
23
Base/usr/share/man/man1/Terminal.md
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
## Name
|
||||||
|
|
||||||
|
Terminal - Serenity terminal emulator
|
||||||
|
|
||||||
|
## Synopsis
|
||||||
|
|
||||||
|
```**sh
|
||||||
|
$ Terminal [options]
|
||||||
|
```
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
Terminal is a terminal emulator application for Serenity.
|
||||||
|
|
||||||
|
## Options
|
||||||
|
|
||||||
|
* `-e`: Execute this command inside the terminal
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ Terminal -e Shell
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue