fix
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 15s

This commit is contained in:
2024-11-08 08:12:08 +09:00
parent 4e36370f93
commit f40f6c6ba7

View File

@ -146,7 +146,7 @@ fn main() {
) )
.command( .command(
Command::new("delete") Command::new("delete")
.description("d <rkey>") .description("d <rkey> -c <collection>")
.alias("d") .alias("d")
.action(delete) .action(delete)
.flag( .flag(