blob: 0886b39218c8e4f117dce36fbca16c0085bccca7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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 all available policies (including stream policies)
simple_policies Output only simple policies
stream_policies Output only stream policies
Butchunker 0.1.0
Copyright (c) 2026 Weicao-CatilGrass
|