summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 2a8c555..181585c 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -44,5 +44,5 @@ fn run() -> Result<(), Box<dyn std::error::Error>> {
#[test]
fn verify_clap_app() {
use clap::IntoApp;
- Args::into_app().debug_assert()
+ Args::command().debug_assert()
}
Generated by cgit. See skreutz.com for my tech blog and contact information.