-2
README.md
-2
README.md
···
50
50
| Lint Code | `cargo clippy` |
51
51
| Run All Tests | `cargo test` |
52
52
| Run Specific Test | `cargo test <test_name>` |
53
-
| Run CLI | `cargo run --bin atproto-identity-resolve -- <handle_or_did>` |
54
-
| Run CLI w/ DID Doc | `cargo run --bin atproto-identity-resolve -- --did-document <handle>` |
-2
claude.md
-2
claude.md
···
49
49
| Lint Code | `cargo clippy` |
50
50
| Run All Tests | `cargo test` |
51
51
| Run Specific Test | `cargo test <test_name>` |
52
-
| Run CLI | `cargo run --bin atproto-identity-resolve -- <handle_or_did>` |
53
-
| Run CLI w/ DID Doc | `cargo run --bin atproto-identity-resolve -- --did-document <handle>` |
54
52
55
53
---
56
54