We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7acda commit 06d948cCopy full SHA for 06d948c
README.md
@@ -32,13 +32,20 @@ sudo mv phpctags /usr/local/bin/
32
Single file:
33
34
```
35
-phpctags phpfile.php > php.tags
+phpctags phpfile.php
36
+```
37
+
38
+Tags will be written to a `tags` file. In order to specify a different tags file
39
+use the `-f` option:
40
41
42
+phpctags -f myphp.tags phpfile.php
43
44
45
Directory with recursive option:
46
47
-phpctags -R target_directory > php.tags
48
+phpctags -f myphp.tags -R target_directory
49
50
51
## Build
0 commit comments