Closed
Description
tldr.py leaves double braces on output. Shouldn't they be shown as underline or such?
For example:
$ tldr find find
Find files under the given directory tree, recursively.
-
Find files by extension:
find {{root_path}} -name '{{*.ext}}' -
Find files matching path pattern:
find {{root_path}} -path '{{/lib//*.ext}}' -
Run a command for each file, use {} within the command to access the filename:
find {{root_path}} -name '{{*.ext}}' -exec {{wc -l {} }};
Metadata
Metadata
Assignees
Labels
No labels