feat: argparse and dry-run.

This commit is contained in:
2026-01-04 01:46:39 +08:00
parent 21e0e96841
commit 5ce56bda36
10 changed files with 656 additions and 90 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "bilibili-merge"
version = "0.1.0"
version = "0.2.0"
authors = ["licsber <admin@licsber.site>"]
edition = "2021"
@@ -11,3 +11,4 @@ readme = "README.md"
license = "AGPL-3.0-only"
[dependencies]
clap = { version = "4.5", features = ["derive"] }