Skip to content

Commit

Permalink
docs: separate shorthand
Browse files Browse the repository at this point in the history
  • Loading branch information
maaslalani committed Jan 12, 2024
1 parent 7d2d781 commit b7950fe
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,18 @@ Screenshots can be customized with `--flags`.
There are many different configuration options:

* [`-l, --language`](#language): code language.
* [`-t, --theme`](#theme): theme to use.
* [`-o, --output`](#output): output file.
* [`-r, --radius`](#corner-radius): add corner radius.
* [`-w, --window`](#window): show window controls.
* [`-b, --border`](#border): add a border to the window.
* [`-p, --padding`](#padding): terminal padding.
* [`-m, --margin`](#margin): window margin.
* [`-s, --shadow`](#shadow): add a shadow to the window.
* [` --font.family`](#font): font family.
* [` --font.size`](#font): font size.
* [` --line-height`](#font): line height.
* [`-l`, `--language`](#language): code language.
* [`-t`, `--theme`](#theme): theme to use.
* [`-o`, `--output`](#output): output file.
* [`-r`, `--radius`](#corner-radius): add corner radius.
* [`-w`, `--window`](#window): show window controls.
* [`-b`, `--border`](#border): add a border to the window.
* [`-p`, `--padding`](#padding): terminal padding.
* [`-m`, `--margin`](#margin): window margin.
* [`-s`, `--shadow`](#shadow): add a shadow to the window.
* [`--font.family`](#font): font family.
* [`--font.size`](#font): font size.
* [`--line-height`](#font): line height.


### Language
Expand Down

0 comments on commit b7950fe

Please sign in to comment.