forked from Gitlink/gitlink-cli
Wraps the v1 project_topics API: - repo +topics: searchable, paginated topic list (-k keyword) - repo +topic-add -n <name>: attach a topic; project_id auto-resolved from --owner/--repo (or passed via --project-id) - repo +topic-remove -t <topic-id>: detach a topic (integer-validated) Production-verified add/remove round-trip on gitlink.org.cn. 3 unit tests, README examples, and bilingual i18n keys. Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| cmd/check | ||
| locales | ||
| schema | ||
| args.go | ||
| doc.go | ||
| loader.go | ||
| locale.go | ||
| locale_test.go | ||
| options.go | ||
| resolver.go | ||
| resolver_test.go | ||
| template.go | ||
| template_test.go | ||
| translator.go | ||
| translator_test.go | ||
| validate.go | ||
| validate_test.go | ||