1TLDR(1) tldr TLDR(1)
2
3
4
6 tldr - tldr 3.1.0
7
8 Python command line client for tldr
9
10
11 usage: tldr command [options]
12
14 command
15 command to lookup
16
18 -v, --version
19 show program's version number and exit
20
21 --search
22 Search for a specific command from a query
23
24 -u, --update_cache
25 Update the local cache of pages and exit
26
27 Default: False
28
29 -p, --platform
30 Possible choices: linux, osx, sunos, windows, common
31
32 Override the operating system [linux, osx, sunos, windows, com‐
33 mon]
34
35 -l, --list
36 List all available commands for operating system
37
38 Default: False
39
40 -s, --source
41 Override the default page source
42
43 Default: "‐
44 https://raw.githubusercontent.com/tldr-pages/tldr/master/pages"
45
46 -c, --color
47 Override color stripping
48
49 -r, --render
50 Render local markdown files
51
52 Default: False
53
54 -L, --language
55 Override the default language
56
57 -m, --markdown
58 Just print the plain page file.
59
60 Default: False
61
62 --print-completion
63 Possible choices: bash, zsh, tcsh
64
65 print shell completion script
66
68 Felix Yan
69
71 2022, Felix Yan
72
73
74
75
76 Feb 21, 2022 TLDR(1)