tldr --list
output should be not in a single line
#436
Labels
tldr --list
output should be not in a single line
#436
Expected behavior
Output should be separated by newlines just like the official rust client.
Actual behavior
Output is in a single line string separated by commas. 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.Log, debug output
NA
Environment
The text was updated successfully, but these errors were encountered: