Files
tldr/pages.zh/common/cargo-owner.md
Beriholic 33770df77d cargo*: add Chinese translation (#12312)
* cargo-*: add Chinese translation

---------

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-03-14 10:25:45 +05:30

21 lines
612 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# cargo owner
> 管理包在注册表上的所有者。
> 更多信息:<https://doc.rust-lang.org/cargo/commands/cargo-owner.html>.
- 邀请指定的用户或团队作为所有者:
`cargo owner --add {{用户名|github:机构名称:团队名称}} {{包名}}`
- 将指定的用户或团队从所有者中删除:
`cargo owner --remove {{用户名|github:机构名称:团队名称}} {{包名}}`
- 列出一个包的所有者:
`cargo owner --list {{包名}}`
- 使用指定的注册表 (注册表名称可以在配置中定义,默认为 <https://crates.io>)
`cargo owner --registry {{名称}}`