This commit is contained in:
naskya 2024-07-02 00:18:14 +09:00
parent 9d1dbfb2f5
commit 3f4ec0d3ed
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

View file

@ -29,7 +29,7 @@ struct Args {
#[derive(Subcommand)] #[derive(Subcommand)]
enum Commands { enum Commands {
/// Modify or check the config files /// Update or check the config files
#[command(subcommand)] #[command(subcommand)]
Config(config::Commands), Config(config::Commands),