docs(hooks/formatHeader): updated readme

This commit is contained in:
2025-03-17 12:44:55 -04:00
parent 8fb63bf691
commit a2268c0b54

View File

@@ -40,3 +40,9 @@ This will automatically add the following (or similar...) header to the file
//
// *********************************************************************** */
```
The project name may be changed with the `--project` command line argument. `--project` defaults to "4DSSE"
## Notes
- Generally this script is **not** meant to be directly invoked. Rather, it is meant to be run as a pre-commit-hook automatically.
- There are defaults for root and project; however, they can be configured with command line options so if they change with time those changes can be easily propegated to this script.