Docs.rs
sz-rust-cli-0.6.7
sz-rust-cli 0.6.7
Permalink
Docs.rs crate page
MIT
08 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
ljclz
Dependencies
chrono ^0.4
normal
clap ^4.5
normal
serde ^1
normal
serde_json ^1
normal
serde_yaml ^0.9.34
normal
sz-orm-sqlx ^2.1.0
normal
sz-rust-core ^0.6.1
normal
thiserror ^2
normal
tokio ^1.40
normal
toml ^0.8
normal
tempfile ^3
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
execute_cache_clear
sz_
rust_
cli
0.6.7
execute_
cache_
clear
Sections
参数
In sz_
rust_
cli::
cmd::
cache
sz_rust_cli
::
cmd
::
cache
Function
execute_
cache_
clear
Copy item path
Source
pub fn execute_cache_clear(store:
Option
<&
str
>) ->
Result
<
()
,
CliError
>
Expand description
执行 cache:clear 命令
§
参数
store
:指定缓存存储名(
None
清空所有)