This commit is contained in:
dbrgn 2021-12-05 12:29:13 +00:00
commit ffeb8b33e4
5 changed files with 14 additions and 8 deletions

View file

@ -245,12 +245,14 @@ ARGS:
OPTIONS:
-l, --list List all commands in the cache
-f, --render <FILE> Render a specific markdown file
-o, --os <OS> Override the operating system [possible values: linux, osx, sunos,
-p, --platform <PLATFORM> Override the operating system [possible values: linux, osx, sunos,
windows]
-o, --os <OS> Deprecated alias of `platform` [possible values: linux, osx, sunos,
windows]
-L, --language <LANGUAGE> Override the language
-u, --update Update the local cache
-c, --clear-cache Clear the local cache
-p, --pager Use a pager to page output
--pager Use a pager to page output
-r, --raw Display the raw markdown instead of rendering it
-q, --quiet Suppress informational messages
--show-paths Show file and directory paths used by tealdeer

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -182,12 +182,14 @@ ARGS:
OPTIONS:
-l, --list List all commands in the cache
-f, --render <FILE> Render a specific markdown file
-o, --os <OS> Override the operating system [possible values: linux, osx, sunos,
-p, --platform <PLATFORM> Override the operating system [possible values: linux, osx, sunos,
windows]
-o, --os <OS> Deprecated alias of `platform` [possible values: linux, osx, sunos,
windows]
-L, --language <LANGUAGE> Override the language
-u, --update Update the local cache
-c, --clear-cache Clear the local cache
-p, --pager Use a pager to page output
--pager Use a pager to page output
-r, --raw Display the raw markdown instead of rendering it
-q, --quiet Suppress informational messages
--show-paths Show file and directory paths used by tealdeer

View file

@ -13,12 +13,14 @@ ARGS:
OPTIONS:
-l, --list List all commands in the cache
-f, --render <FILE> Render a specific markdown file
-o, --os <OS> Override the operating system [possible values: linux, osx, sunos,
-p, --platform <PLATFORM> Override the operating system [possible values: linux, osx, sunos,
windows]
-o, --os <OS> Deprecated alias of `platform` [possible values: linux, osx, sunos,
windows]
-L, --language <LANGUAGE> Override the language
-u, --update Update the local cache
-c, --clear-cache Clear the local cache
-p, --pager Use a pager to page output
--pager Use a pager to page output
-r, --raw Display the raw markdown instead of rendering it
-q, --quiet Suppress informational messages
--show-paths Show file and directory paths used by tealdeer