We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae8171 commit dd14aa1Copy full SHA for dd14aa1
scarb/tests/tree.rs
@@ -581,7 +581,7 @@ fn exclude_requires_workspace() {
581
error: the following required arguments were not provided:
582
--workspace
583
584
- Usage: scarb tree --workspace --exclude <SPEC>
+ Usage: scarb[..] tree --workspace --exclude <SPEC>
585
586
For more information, try '--help'.
587
"#})
@@ -600,7 +600,7 @@ fn exclude_conflicts_with_package() {
600
.stderr_eq(indoc! {r#"
601
error: the argument '--exclude <SPEC>' cannot be used with '--package <SPEC>'
602
603
604
605
606
0 commit comments