aboutsummaryrefslogtreecommitdiff
path: root/structopt/tests/ui/skip_subcommand.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'structopt/tests/ui/skip_subcommand.stderr')
-rw-r--r--structopt/tests/ui/skip_subcommand.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/structopt/tests/ui/skip_subcommand.stderr b/structopt/tests/ui/skip_subcommand.stderr
new file mode 100644
index 0000000..aba2d69
--- /dev/null
+++ b/structopt/tests/ui/skip_subcommand.stderr
@@ -0,0 +1,5 @@
+error: subcommand, flatten and skip cannot be used together
+ --> $DIR/skip_subcommand.rs:17:29
+ |
+17 | #[structopt(subcommand, skip)]
+ | ^^^^