You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add autocomplete and --list option for listing commands (#126)
* Add autocomplete and --list option for listing commands (#69)
* Fix bug in get_commands() from code review suggestion.
* Default platforms to None for get_commands()
Co-authored-by: Matthew Peveler <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ optional arguments:
42
42
Override the default page source
43
43
-c, --color Override color stripping
44
44
-r, --render Render local markdown files
45
+
-l, --list List all available commands for operating system
45
46
-L LANGUAGE, --language LANGUAGE
46
47
Override the default language
47
48
```
@@ -79,6 +80,10 @@ In order of precedence:
79
80
80
81
If you are experiencing issues with *tldr*, consider deleting the cache files before trying other measures.
81
82
83
+
#### Autocomplete
84
+
85
+
`argcomplete` is required for autocompletion. See the `argcomplete`[docs](https://pypi.org/project/argcomplete/) for how to enable `argcomplete`. Cache will also need to be enabled and downloaded.
86
+
82
87
### SSL Inspection
83
88
84
89
For networks that sit behind a proxy, it may be necessary to disable SSL verification for the client to function. Setting the following:
0 commit comments