Update chunk/metadata cli (#15055)

### What problem does this PR solve?

Update chunk/metadata cli

### Type of change

- [ ] Refactoring
This commit is contained in:
qinling0210
2026-05-20 20:32:06 +08:00
committed by GitHub
parent 90c76e73d0
commit dbef3e361f
17 changed files with 602 additions and 147 deletions

View File

@@ -145,6 +145,7 @@ const (
TokenFile
TokenMetadata
TokenTable
TokenGet
TokenUpdate
TokenRemove
TokenChunk
@@ -172,6 +173,7 @@ const (
TokenNumber = TokenInteger // Alias for integer tokens in path parsing (e.g., version numbers like 1.0.0)
// Special
_ = iota
TokenSemicolon
TokenComma
TokenSlash