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

Function parse_crontab_command

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

Source from the content-addressed store, hash-verified

107}
108
109fn parse_crontab_command(matches: &ArgMatches) -> Result<CliCommand, CliError> {
110 Ok(CliCommand::Crontab {
111 schedule: parse_string("schedule", matches)?,
112 })
113}
114
115fn parse_delegation_command(matches: &ArgMatches) -> Result<CliCommand, CliError> {
116 match matches.subcommand() {

Callers 1

try_fromMethod · 0.85

Calls 1

parse_stringFunction · 0.85

Tested by

no test coverage detected