File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,15 @@ Controlling the Output
7373By default, the output of readtags contains only the name, input and pattern
7474field. The Output can be tweaked using these options:
7575
76+ ``-C ``, ``--canonicalize-input ``
77+ Reduct '..' and '.' in input fields of regular tags.
78+ This option works only with tags files having ``!_TAG_PROC_CWD `` pseudo
79+ tag.
80+
81+ NOTE: The current implementation accepts only ``!_TAG_PROC_CWD ``
82+ starting with ``/ ``; a Windows directory name starting with a
83+ drive letter like ``C:\Somewhere `` is not acceptable.
84+
7685``-d ``, ``--debug ``
7786 Turn on debugging output.
7887
Original file line number Diff line number Diff line change @@ -73,6 +73,15 @@ Controlling the Output
7373By default, the output of readtags contains only the name, input and pattern
7474field. The Output can be tweaked using these options:
7575
76+ ``-C``, ``--canonicalize-input``
77+ Reduct '..' and '.' in input fields of regular tags.
78+ This option works only with tags files having ``!_TAG_PROC_CWD`` pseudo
79+ tag.
80+
81+ NOTE: The current implementation accepts only ``!_TAG_PROC_CWD``
82+ starting with ``/``; a Windows directory name starting with a
83+ drive letter like ``C:\Somewhere`` is not acceptable.
84+
7685``-d``, ``--debug``
7786 Turn on debugging output.
7887
You can’t perform that action at this time.
0 commit comments