We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f3dad commit 0a788caCopy full SHA for 0a788ca
1 file changed
.agents/skills/firebase-cpp-formatter/SKILL.md
@@ -61,8 +61,8 @@ python3 scripts/format_code.py -f path/to/file1.cc -f path/to/file2.h
61
### 4. Dry Run (Check without Formatting)
62
63
If you only want to detect the number of files that _need_ formatting without
64
-actually modifying them, append the `-fnoformat_file` flag:
+actually modifying them, append the `--noformat_file` flag:
65
66
```bash
67
-python3 scripts/format_code.py -git_diff -fnoformat_file
+python3 scripts/format_code.py -git_diff --noformat_file
68
```
0 commit comments