MCPcopy Create free account
hub / github.com/clockwork-xyz/clockwork / parse_initialize_command

Function parse_initialize_command

cli/src/parser.rs:152–156  ·  view source on GitHub ↗
(matches: &ArgMatches)

Source from the content-addressed store, hash-verified

150}
151
152fn parse_initialize_command(matches: &ArgMatches) -> Result<CliCommand, CliError> {
153 Ok(CliCommand::Initialize {
154 mint: parse_pubkey("mint", matches)?,
155 })
156}
157
158fn parse_pool_command(matches: &ArgMatches) -> Result<CliCommand, CliError> {
159 match matches.subcommand() {

Callers 1

try_fromMethod · 0.85

Calls 1

parse_pubkeyFunction · 0.85

Tested by

no test coverage detected