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

    --doc-counts        When specified, show the number of documents paired with each value as well.
    --docset DOCSET     When specified, filter value strings 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 value strings in the output. Show only the strings matching the pattern. Matching is done per the chosen --match mode.
    --raw               Use a more machine readable format for the output.
    --statistics        When specified, compute a type for the shown values, and statistics dependent on that type. The statistics can be computed over tag or document counts, but not both. This implies that one of
                        the count options must be specified.
    --tag TAG           When specified, filter value strings in the output. Show only those paired with the given tags.
    --tag-counts        When specified, show the number of tags paired with each value as well. Cannot be used together with --tag-names.
    --tag-file TAG-FILE When specified, filter value strings in the output. Show only those paired with the tags read from the files.
    --tag-names         When specified, show the names of the tags paired with each value as well. Cannot be used together with --tag-counts.
    -D DOCSET           Alias of --docset.
    -M MATCH            Alias of --match.
    -P PATTERN          Alias of --pattern.
    -R                  Alias of --raw.
    -S                  Alias of --statistics.
    -T TAG-FILE         Alias of --tag-file.