8000 Double braces on output · Issue #25 · lord63/tldr.py · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Double braces on output #25
Closed
Closed
@nkahe

Description

@nkahe

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0