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 4e360a9 commit 2fff6c8Copy full SHA for 2fff6c8
README.md
@@ -36,9 +36,9 @@ This project is still under development and has not been published to the npm ye
36
37
Options:
38
39
-- alias: Set path alias, alias and path should be linked with a **colon**. eg: `coderfly check ./src -alias src:./src static:./public`
+- `alias`: Set path alias, alias and path should be linked with a **colon**. eg: `coderfly check ./src -alias src:./src static:./public`
40
41
-- t or tree: Export the file tree to a file, the file defaults to `file_tree.json`. eg: `coderfly check ./src -t`
+- `t` or `tree`: Export the file tree to a file, the file defaults to `file_tree.json`. eg: `coderfly check ./src -t`
42
43

44
0 commit comments