@@ -23,23 +23,28 @@ A `Python` command line client for [tldr](https://github.com/tldr-pages/tldr).
23
23
24
24
## Usage
25
25
26
- usage: tldr [-u] [-p PLATFORM] [-s SOURCE] [-c] [-r] [-L LANGUAGE] command
27
-
28
- Python command line client for tldr
29
-
30
- optional arguments:
31
- -h, --help show this help message and exit
32
- -v, --version show program's version number and exit
33
- -u, --update_cache Update the local cache of pages and exit
34
- -p PLATFORM, --platform PLATFORM
35
- Override the operating system [linux, osx, sunos,
36
- windows, common]
37
- -s SOURCE, --source SOURCE
38
- Override the default page source
39
- -c, --color Override color stripping
40
- -r, --render Render local markdown files
41
- -L LANGUAGE, --language LANGUAGE
42
- Override the default language
26
+ ```
27
+ usage: tldr [-u] [-p PLATFORM] [-s SOURCE] [-c] [-r] [-L LANGUAGE] command
28
+
29
+ Python command line client for tldr
30
+
31
+ positional arguments:
32
+ command command to lookup
33
+
34
+ optional arguments:
35
+ -h, --help show this help message and exit
36
+ -v, --version show program's version number and exit
37
+ -u, --update_cache Update the local cache of pages and exit
38
+ -p PLATFORM, --platform PLATFORM
39
+ Override the operating system [linux, osx, sunos,
40
+ windows, common]
41
+ -s SOURCE, --source SOURCE
42
+ Override the default page source
43
+ -c, --color Override color stripping
44
+ -r, --render Render local markdown files
45
+ -L LANGUAGE, --language LANGUAGE
46
+ Override the default language
47
+ ```
43
48
44
49
## Configuration
45
50
0 commit comments