Skip to content

Commit 170b5bd

Browse files
Update tldr.py
Co-authored-by: Vitor Henrique <[email protected]>
1 parent 2891458 commit 170b5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tldr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def get_commands(platforms: Optional[List[str]] = None, language: Optional[str]
322322
path = get_cache_dir() / pages_dir / platform
323323
if not path.exists():
324324
continue
325-
commands += [file.stem for file in path.iterdir() if file.suffix == '.md']
325+
commands += [f"file.stem ({language})" for file in path.iterdir() if file.suffix == '.md']
326326
return commands
327327

328328

0 commit comments

Comments
 (0)