From 8aa85ba1e3257db7ac2bf95faf6f62539af4b051 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Fri, 18 Jul 2025 09:02:36 -0400 Subject: [PATCH] fix: typo --- src/app.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app.rs b/src/app.rs index ff0b3c1..636e07b 100644 --- a/src/app.rs +++ b/src/app.rs @@ -809,6 +809,8 @@ impl App { None, ); } + + return true; } Err(err) => { // More than one command: The app doesn't support lists of paths so each command