Docs.rs
smartdeploy-cli-0.5.0
smartdeploy-cli 0.5.0
Permalink
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
willemneal
Dependencies
clap ^4.1.8
normal
dotenvy ^0.15.7
normal
ed25519-dalek ^2.0.0
normal
heck ^0.4.1
normal
loam-sdk ^0.6.5
normal
shlex ^1.1.0
normal
smartdeploy-build ^0.2.1
normal
soroban-cli ^20.1.1
normal
soroban-spec ^20.0.3
normal
soroban-spec-tools ^20.1.1
normal
stellar-strkey ^0.0.8
normal
thiserror ^1.0.31
normal
tokio ^1
normal
assert_cmd ^2.0.4
dev
assert_fs ^1.0.7
dev
predicates ^2.1.5
dev
Versions
9.88%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
smartdeploy_cli
0.5.0
?
Function
smartdeploy_cli
::
parse_cmd
source
·
[
−
]
pub fn parse_cmd<T>(s: &
str
) ->
Result
<T, Error>
where T: CommandFactory + FromArgMatches,