pub async fn execute(
client: &IronflowClient,
args: &ScheduleArgs,
json_mode: bool,
) -> Result<()>Expand description
Execute a schedule subcommand.
ยงErrors
Returns an error on API failure, invalid JSON inputs, or an unconfirmed destructive command.