mirror of
https://github.com/googleworkspace/cli.git
synced 2026-09-14 16:47:13 +08:00
733 B
733 B
Description
Please include a summary of the change and which issue is fixed. If adding a new feature or command, please include the output of running it with --dry-run to prove the JSON request body matches the Discovery Document schema.
Dry Run Output:
// Paste --dry-run output here if applicable
Checklist:
- My code follows the
AGENTS.mdguidelines (no generatedgoogle-*crates). - I have run
cargo fmt --allto format the code perfectly. - I have run
cargo clippy -- -D warningsand resolved all warnings. - I have added tests that prove my fix is effective or that my feature works.
- I have provided a Changeset file (e.g. via
pnpx changeset) to document my changes.