Update main.rs

pull/4/head
azur1s 2022-03-28 08:32:26 +07:00
parent 1607293bb4
commit d696c17b05
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
use std::{fs, io::Write, process::Command, path::PathBuf};
use std::{fs, io::Write, path::PathBuf};
use clap::Parser as ArgParser;