Skip to content

Commit fc3f2f9

Browse files
checkpoint, 1 test fails
1 parent fd18fe7 commit fc3f2f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ cargo run --bin cratedocs http --debug
4040

4141
### Directly Testing Documentation Tools
4242

43+
# Enumerate crate items
44+
cargo run --bin cratedocs test --tool list_crate_items --crate-name serde --version 1.0.0 --item-type struct
45+
cargo run --bin cratedocs test --tool list_crate_items --crate-name tokio --version 1.28.0 --visibility pub --module tokio::sync
4346
You can directly test the documentation tools from the command line without starting a server:
4447

4548
```bash

0 commit comments

Comments
 (0)