We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10d760 commit c4428b8Copy full SHA for c4428b8
README.md
@@ -26,13 +26,13 @@ modules:
26
```
27
28
Then, finally, run Piranha passing the name of the feature flag that must be removed
29
-and directory where it should look for Python source files:
+and of the directory where it should look for Python source files:
30
31
python3 -m libcst.tool codemod codemods.PiranhaCommand --flag-name <FEATURE_FLAG_NAME> <directory_path>
32
33
34
Use the following command to check further options available to use from libCST's codemod and additional
35
-argument that can be passed to Piranha:
+arguments that can be passed to Piranha:
36
37
python3 -m libcst.tool codemod codemods.PiranhaCommand -h
38
0 commit comments