automatic cargo CI changes

This commit is contained in:
PlexSheep 2024-06-28 15:11:59 +00:00 committed by github-actions[bot]
parent 938af23be9
commit ae6a99bbcb

View file

@ -1,4 +1,4 @@
use clap::{arg, command, value_parser, ArgAction, Command};
use clap::{arg, Command};
fn main() {
// define a command with clap builder