Commit 93520e1
committed
refactor(Document): Rename CLI variable to follow naming convention
Renamed the `matches` variable to `Match` in the Document binary's CLI setup to improve code consistency and clarity. This change aligns with Rust naming conventions where PascalCase is used for variable bindings that represent complex types or command structures.
While the Document tool is not part of Land's core runtime architecture (Mountain/Cocoon/Wind), it supports project documentation workflows. Maintaining clean code standards across all project components ensures long-term maintainability of our build and documentation tooling.1 parent fe856a8 commit 93520e1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments