mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-22 09:18:55 +00:00
Base: Add Terminal man page documentation
This commit is contained in:
parent
69e3879b7a
commit
a50583ade1
Notes:
sideshowbarker
2024-07-19 00:12:31 +09:00
Author: https://github.com/bcoles
Commit: a50583ade1
Pull-request: https://github.com/SerenityOS/serenity/pull/4739
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