implementing arguments for configs

This commit is contained in:
2024-02-22 02:16:58 -05:00
parent 05fb399530
commit 875ea1e53e
3 changed files with 18 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
use clap::{Parser, Subcommand};
use clap::Parser;
#[derive(Parser, Debug)]
#[command(version, about)]