diff options
Diffstat (limited to 'tool/src/cli.rs')
| -rw-r--r-- | tool/src/cli.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/src/cli.rs b/tool/src/cli.rs index a01c9dd..2731506 100644 --- a/tool/src/cli.rs +++ b/tool/src/cli.rs @@ -3,7 +3,7 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2025 metamuffin <metamuffin.org> */ -use clap::{arg, Parser, ValueEnum}; +use clap::{Parser, ValueEnum}; use std::path::PathBuf; pub type Args = Action; |