From 21bc01feabc1c3c6cb05232b40042570b4792263 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Mon, 30 Aug 2021 05:04:10 +0200 Subject: Switch from structopt to clap v3 --- tests/cli.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/cli.rs') diff --git a/tests/cli.rs b/tests/cli.rs index f88b284..8c88c93 100644 --- a/tests/cli.rs +++ b/tests/cli.rs @@ -1,9 +1,10 @@ mod fixtures; use assert_cmd::prelude::*; +use clap::{crate_name, crate_version}; +use clap_generate::Shell; use fixtures::Error; use std::process::Command; -use structopt::clap::{crate_name, crate_version, Shell}; #[test] /// Show help and exit. -- cgit v1.2.3