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_route_list
sz_
rust_
cli
0.6.7
execute_
route_
list
Sections
参数
In sz_
rust_
cli::
cmd::
route
sz_rust_cli
::
cmd
::
route
Function
execute_
route_
list
Copy item path
Source
pub fn execute_route_list(format: &
str
) ->
Result
<
()
,
CliError
>
Expand description
执行 route:list 命令
§
参数
format
:输出格式(
table
或
json
)