summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-04 21:26:04 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-04 21:35:09 +0800
commit22926ce29e3f8e040ec349401aeb6a77f32eae72 (patch)
tree678753ec49a61fb9d3e2d8e869393dec90ea7ef4 /resources
Initialize Butchunker project structure and policy system
Diffstat (limited to 'resources')
-rw-r--r--resources/helps/butck.txt20
-rw-r--r--resources/version_info.txt1
2 files changed, 21 insertions, 0 deletions
diff --git a/resources/helps/butck.txt b/resources/helps/butck.txt
new file mode 100644
index 0000000..3ee666c
--- /dev/null
+++ b/resources/helps/butck.txt
@@ -0,0 +1,20 @@
+Usage: butck [-v | --version] [-h | --help] [-q | --quiet]
+ [-l | --log-level <trace/debug/info/warn/error>]
+ [-np | --no-progress] [-D | --display-boundaries]
+
+ [-s | --storage <path>] [-p | --policy <policy_name>]
+ [-H | --chunk-hash <blake3/sha256>]
+ [-o | --output-dir <output>] [-O | --output-file <file>]
+ [-r | --recursive] [-R | --register <name>]
+ [-S | --stream-read <size_byte>] [-m | --memmap-read]
+
+ [+p | +param key=value]
+
+Subcommands:
+ write <file> Write a file and output the index file
+ write <file> -R <name> Then, register the index
+ build <index/name> Input an index file and build the file from the storage
+ policies Output the available policies
+
+Butchunker 0.1.0
+Copyright (c) 2026 Weicao-CatilGrass
diff --git a/resources/version_info.txt b/resources/version_info.txt
new file mode 100644
index 0000000..2736fa7
--- /dev/null
+++ b/resources/version_info.txt
@@ -0,0 +1 @@
+Butchunker 0.1.0