submodule-kit 0.2.0

A CLI toolkit for managing git submodules
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Contributing

## Adding or changing commands

The CLI is defined in `src/main.rs` and `src/commands/`. After modifying any command, subcommand, or doc comment, regenerate the README:

```sh
cargo run -- generate-docs > README.md
```

The pre-commit hook enforces this — commits will be rejected if `README.md` is out of date.