1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:37:45 +00:00

Base: Add Terminal man page documentation

This commit is contained in:
Brendan Coles 2021-01-02 08:20:09 +00:00 committed by Andreas Kling
parent 69e3879b7a
commit a50583ade1

View 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
```