File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tests/testsuite/cargo_owner Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Manage the owners of a crate on the registry
2
2
3
3
Usage: cargo[EXE] owner [OPTIONS]
4
- cargo[EXE] owner add <OWNER_NAME> [CRATE_NAME] [OPTIONS]
5
- cargo[EXE] owner remove <OWNER_NAME> [CRATE_NAME] [OPTIONS]
6
- cargo[EXE] owner list [CRATE_NAME] [OPTIONS]
4
+ cargo owner add <OWNER_NAME> [CRATE_NAME] [OPTIONS]
5
+ cargo owner remove <OWNER_NAME> [CRATE_NAME] [OPTIONS]
6
+ cargo owner list [CRATE_NAME] [OPTIONS]
7
7
8
8
Options:
9
9
--index <INDEX> Registry index URL to modify owners for
Original file line number Diff line number Diff line change 1
1
List owners of a crate
2
2
3
- Usage: cargo[EXE] owner list [CRATE_NAME] [OPTIONS]
3
+ Usage: cargo owner list [CRATE_NAME] [OPTIONS]
4
4
5
5
Options:
6
6
--crate <CRATE_NAME> Crate name that you want to manage the owner
You can’t perform that action at this time.
0 commit comments