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
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
Operating system - Linux
Node.js version v21.6.2
tldr-node-client version v3.4.0
The text was updated successfully, but these errors were encountered:
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: