Skip to content

Commit ad5c14b

Browse files
author
AlexBlair
committed
新增命令行模式,更适合crontab场景,命令行新增 自定义配置文件、静态输出、仅故障信息输出。
1 parent a15478b commit ad5c14b

16 files changed

Lines changed: 372 additions & 6 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
config.toml
33
FastSql2Json.7z
44

5+
cronrun.sh

Cargo.lock

100644100755
Lines changed: 127 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ chrono = { version = "0.4", features = ["serde"] }
1616
tempfile = "3.10"
1717
fs2 = "0.4"
1818
base64 = "0.21"
19+
clap = { version = "4.4", features = ["derive"] }
1920

2021
# 解决依赖编译问题
2122
flate2 = { version = "1.1", features = ["rust_backend"] }

0 commit comments

Comments
 (0)