puniyu_command_parser 0.8.4

puniyu 命令解析器,统一命令文本解析、别名剥离与参数验证流程
Documentation
[package]
name = "puniyu_command_parser"
version = "0.8.4"
description = "puniyu 命令解析器,统一命令文本解析、别名剥离与参数验证流程"
authors.workspace = true
license.workspace = true
readme = "README.md"
homepage.workspace = true
repository.workspace = true
edition.workspace = true
rust-version.workspace = true

[lints]
workspace = true

[dependencies]
shlex = "1.3"

thiserror.workspace = true
puniyu_command_types.workspace = true

clap = { workspace = true, features = ["string", "error-context"] }
puniyu_command = { workspace = true, features = ["registry"] }

[dev-dependencies]
async-trait.workspace = true
puniyu_command = { workspace = true, features = ["registry"] }
puniyu_context.workspace = true
puniyu_error.workspace = true