We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
str
list
tldr -l
1 parent 986df33 commit 7d15d2cCopy full SHA for 7d15d2c
tldr.py
@@ -504,7 +504,7 @@ def main() -> None:
504
parser.print_help(sys.stderr)
505
sys.exit(1)
506
if options.list:
507
- print(get_commands(options.platform))
+ print('\n'.join(get_commands(options.platform)))
508
elif options.render:
509
for command in options.command:
510
if os.path.exists(command):
0 commit comments