lspace tags
Not logged in
Bounty program for improvements to Tcl and certain Tcl packages.
lspace tags [OPTIONS]
    Print the names of tags. Without restrictions, show all. May restrict output to tags with names matching a --pattern. May restrict output to tags paired with specified documents. Both restrictions can be
    combined.

    --counts          When specified, show the number of documents paired with each tag as well.
    --docset DOCSET   When specified, filter tags in the output. Show only those paired with the given documents.
    --match MATCH     When specified, chooses the match mode for --pattern. Defaults to a substring match. Ignored if --pattern is not specified.
    --pattern PATTERN When specified, filter tag names in the output. Show only the names matching the pattern. Matching is done per the chosen --match mode.
    --raw             Use a more machine readable format for the output.
    -D DOCSET         Alias of --docset.
    -M MATCH          Alias of --match.
    -P PATTERN        Alias of --pattern.
    -R                Alias of --raw.