-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This also requires a bump to Rust 1.54.
- Loading branch information
Showing
5 changed files
with
30 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
msrv = "1.53" | ||
msrv = "1.54" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,28 @@ | ||
tealdeer 1.4.1 | ||
|
||
Danilo Bargen <mail@dbrgn.ch> | ||
|
||
A fast TLDR client | ||
|
||
USAGE: | ||
tldr [OPTIONS] [command]... | ||
tldr [OPTIONS] [COMMAND]... | ||
|
||
ARGS: | ||
<command>... The command to show (e.g. `tar` or `git log`) | ||
<COMMAND>... The command to show (e.g. `tar` or `git log`) | ||
|
||
OPTIONS: | ||
-h, --help Print help information | ||
-l, --list List all commands in the cache | ||
-f, --render <render> Render a specific markdown file | ||
-o, --os <os> Override the operating system [linux, macos, sunos, windows] | ||
-L, --language <language> Override the language | ||
-f, --render <RENDER> Render a specific markdown file | ||
-o, --os <OS> Override the operating system [linux, macos, 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 | ||
-q, --quiet Suppress informational messages | ||
-m, --markdown Display the raw markdown instead of rendering it | ||
-q, --quiet Suppress informational messages | ||
--show-paths Show file and directory paths used by tealdeer | ||
--config-path Show config file path | ||
--seed-config Create a basic config | ||
--color <color> Control whether to use color [always, auto, never] | ||
--color <COLOR> Control whether to use color [always, auto, never] | ||
-v, --version Prints the version | ||
-h, --help Prints help information |