mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 18:46:03 +00:00
Base: Update TextEditor man page to include line and column arguments
This documents the feature in c2872766f2322aa38490160b571059f05e7dcb2d
This commit is contained in:
parent
210d2d270d
commit
9cec9fb1e8
Notes:
sideshowbarker
2024-07-18 18:33:25 +09:00
Author: https://github.com/ry755
Commit: 9cec9fb1e8
Pull-request: https://github.com/SerenityOS/serenity/pull/6936
1 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,7 @@ TextEditor - SerenityOS text editor
|
||||||
## Synopsis
|
## Synopsis
|
||||||
|
|
||||||
```**sh
|
```**sh
|
||||||
$ TextEditor [--preview-mode mode] [file]
|
$ TextEditor [--preview-mode mode] [file[:line[:column]]]
|
||||||
```
|
```
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
@ -19,10 +19,11 @@ which allows automatic live rendering of HTML and Markdown documents.
|
||||||
|
|
||||||
## Arguments
|
## Arguments
|
||||||
|
|
||||||
* `file`: File to edit
|
* `file[:line[:column]]`: File to edit, with optional starting line and column number
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ TextEditor /home/anon/Documents/emoji.txt
|
$ TextEditor /home/anon/Documents/emoji.txt
|
||||||
|
$ TextEditor /home/anon/Documents/emoji.txt:5:12
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue