Closed
Description
Running tldr --list
outputs a long single line containing a list. This makes it difficult to grep
for a particular command of interest (unless grep complex regex is used). tldr --list
should output available commands separated by newlines just like the official rust client.
tldr --list | grep docker
# OH MY!