-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
35 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
error: The argument '--dev' cannot be used with '--build' | ||
error: the argument '--dev' cannot be used with '--build' | ||
|
||
Usage: cargo add [OPTIONS] <DEP>[@<VERSION>] ... | ||
cargo add [OPTIONS] --path <PATH> ... | ||
cargo add [OPTIONS] --git <URL> ... | ||
|
||
For more information try '--help' | ||
For more information, try '--help'. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
error: Found argument '--flag' which wasn't expected, or isn't valid in this context | ||
error: unexpected argument '--flag' | ||
|
||
If you tried to supply '--flag' as a value rather than a flag, use '-- --flag' | ||
note: to pass '--flag' as a value, use '-- --flag' | ||
|
||
Usage: cargo add [OPTIONS] <DEP>[@<VERSION>] ... | ||
cargo add [OPTIONS] --path <PATH> ... | ||
cargo add [OPTIONS] --git <URL> ... | ||
|
||
For more information try '--help' | ||
For more information, try '--help'. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
error: The argument '--target <TARGET>' requires a value but none was supplied | ||
error: a value is required for '--target <TARGET>' but none was supplied | ||
|
||
For more information try '--help' | ||
For more information, try '--help'. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
error: The following required arguments were not provided: | ||
error: the following required arguments were not provided: | ||
<DEP_ID|--path <PATH>|--git <URI>> | ||
|
||
Usage: cargo add [OPTIONS] <DEP>[@<VERSION>] ... | ||
cargo add [OPTIONS] --path <PATH> ... | ||
cargo add [OPTIONS] --git <URL> ... | ||
|
||
For more information try '--help' | ||
For more information, try '--help'. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
error: Found argument '--flag' which wasn't expected, or isn't valid in this context | ||
error: unexpected argument '--flag' | ||
|
||
If you tried to supply '--flag' as a value rather than a flag, use '-- --flag' | ||
note: to pass '--flag' as a value, use '-- --flag' | ||
|
||
Usage: cargo[EXE] remove <DEP_ID>... | ||
|
||
For more information try '--help' | ||
For more information, try '--help'. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
error: The following required arguments were not provided: | ||
error: the following required arguments were not provided: | ||
<DEP_ID>... | ||
|
||
Usage: cargo[EXE] remove <DEP_ID>... | ||
|
||
For more information try '--help' | ||
For more information, try '--help'. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
error: Found argument '--flag' which wasn't expected, or isn't valid in this context | ||
error: unexpected argument '--flag' | ||
|
||
If you tried to supply '--flag' as a value rather than a flag, use '-- --flag' | ||
note: to pass '--flag' as a value, use '-- --flag' | ||
|
||
Usage: cargo[EXE] init <path> | ||
|
||
For more information try '--help' | ||
For more information, try '--help'. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters